Skip to content

Commit 3eccd8e

Browse files
jcesarmobilemarkemer
authored andcommitted
chore(android): bump source/target Compatibility to 21 (#7785)
1 parent 37a0e06 commit 3eccd8e

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)