Skip to content

Commit 50ef602

Browse files
Update JVM toolchain to 21 (#1327)
1 parent 0be4b5c commit 50ef602

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ val getGitHash = providers
4646

4747
kotlin {
4848
compilerOptions {
49-
jvmToolchain(17)
49+
jvmToolchain(21)
5050
}
5151
}
5252

@@ -55,8 +55,8 @@ android {
5555
useLibrary("org.apache.http.legacy")
5656

5757
compileOptions {
58-
sourceCompatibility = JavaVersion.VERSION_17
59-
targetCompatibility = JavaVersion.VERSION_17
58+
sourceCompatibility = JavaVersion.VERSION_21
59+
targetCompatibility = JavaVersion.VERSION_21
6060
}
6161

6262
packaging {

0 commit comments

Comments
 (0)