Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiPe1973 authored Jun 17, 2024
1 parent 5898000 commit a8c69b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,12 @@ android {
lintOptions {
disable 'GradleCompatible'
}
kotlinOptions {
jvmTarget = "17"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
}

Expand Down

0 comments on commit a8c69b8

Please sign in to comment.