Skip to content

Commit

Permalink
Upgrade from Java 11 to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
breensmbaka committed Oct 21, 2023
1 parent eca4b00 commit 2c906a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '17'
}
buildFeatures {
compose true
Expand Down

0 comments on commit 2c906a3

Please sign in to comment.