Skip to content

Commit 59cca24

Browse files
committed
Missing JDK upgrade
1 parent 20ec546 commit 59cca24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
targetCompatibility = JavaVersion.VERSION_21
2727
}
2828
kotlin {
29-
jvmToolchain(17)
29+
jvmToolchain(21)
3030
}
3131

3232
buildFeatures {

0 commit comments

Comments
 (0)