Skip to content

Commit

Permalink
Update build.gradle (#422)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Owens <sowens@csdcorp.com>
  • Loading branch information
m-derakhshi and sowens-csd authored Oct 24, 2023
1 parent 9784327 commit 3bd9b05
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions speech_to_text/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace 'com.csdcorp.speech_to_text'
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

kotlinOptions {
jvmTarget = '1.8'
}

compileSdkVersion 33

sourceSets {
Expand Down

0 comments on commit 3bd9b05

Please sign in to comment.