Skip to content

Commit

Permalink
Target Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
morckx committed Jan 24, 2025
1 parent 52f12b7 commit 8116563
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 @@ -40,13 +40,13 @@ android {
compileSdkVersion 35

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}

kotlin {
jvmToolchain {
languageVersion.set(JavaLanguageVersion.of("11"))
languageVersion.set(JavaLanguageVersion.of("17"))
}
}

Expand Down

0 comments on commit 8116563

Please sign in to comment.