Skip to content

Commit 1c17aeb

Browse files
jcesarmobilemarkemer
authored andcommitted
chore(cli): bump source/target Compatibility to 21 (#7786)
1 parent fec2311 commit 1c17aeb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

capacitor-cordova-android-plugins/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
abortOnError false
2929
}
3030
compileOptions {
31-
sourceCompatibility JavaVersion.VERSION_17
32-
targetCompatibility JavaVersion.VERSION_17
31+
sourceCompatibility JavaVersion.VERSION_21
32+
targetCompatibility JavaVersion.VERSION_21
3333
}
3434
}
3535

cli/src/android/update.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ project(':${getGradlePackageName(p.id)}').projectDir = new File('${relativePlugi
198198
199199
android {
200200
compileOptions {
201-
sourceCompatibility JavaVersion.VERSION_17
202-
targetCompatibility JavaVersion.VERSION_17
201+
sourceCompatibility JavaVersion.VERSION_21
202+
targetCompatibility JavaVersion.VERSION_21
203203
}
204204
}
205205

0 commit comments

Comments
 (0)