Skip to content

Commit 7880bfc

Browse files
authored
chore(android): bump source/target Compatibility to 21 (#7785)
1 parent 61d0165 commit 7880bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/capacitor/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ android {
6464
lintConfig file('lint.xml')
6565
}
6666
compileOptions {
67-
sourceCompatibility JavaVersion.VERSION_17
68-
targetCompatibility JavaVersion.VERSION_17
67+
sourceCompatibility JavaVersion.VERSION_21
68+
targetCompatibility JavaVersion.VERSION_21
6969
}
7070
publishing {
7171
singleVariant("release")

0 commit comments

Comments
 (0)