Skip to content

Commit

Permalink
version17
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Dec 22, 2024
1 parent 7d70041 commit fa69cfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ android {
ndkVersion = "27.0.12077973"

compileOptions {
sourceCompatibility JavaVersion.VERSION_21
targetCompatibility JavaVersion.VERSION_21
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
encoding = "UTF-8"
}

kotlinOptions {
jvmTarget = '21'
jvmTarget = '17'
}

sourceSets {
Expand Down

0 comments on commit fa69cfc

Please sign in to comment.