Skip to content

Commit c48a9a1

Browse files
committed
android: bump used java version to 21
1 parent c6004ea commit c48a9a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platforms/android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,14 @@ System.out.printf("DEBUG: Using version: %s%n", versionString)
201201

202202
java {
203203
toolchain {
204-
languageVersion = JavaLanguageVersion.of(17)
204+
languageVersion = JavaLanguageVersion.of(21)
205205
}
206206
}
207207

208208
android {
209209
compileOptions {
210-
sourceCompatibility JavaVersion.VERSION_17
211-
targetCompatibility JavaVersion.VERSION_17
210+
sourceCompatibility JavaVersion.VERSION_21
211+
targetCompatibility JavaVersion.VERSION_21
212212
}
213213

214214
compileSdk 34

0 commit comments

Comments
 (0)