Skip to content

Commit

Permalink
migrate jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
taufiqjack committed Oct 16, 2024
1 parent f7c70a5 commit 194c8af
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 @@ -44,12 +44,12 @@ android {

compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

kotlinOptions {
jvmTarget = '11'
jvmTarget = '1.8'
}

sourceSets {
Expand Down

0 comments on commit 194c8af

Please sign in to comment.