Skip to content

Commit

Permalink
chore: upgraded Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Jun 12, 2024
1 parent fb32ee1 commit 6f04eba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sample-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ android {
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "17"
}
Expand Down

0 comments on commit 6f04eba

Please sign in to comment.