Skip to content

Commit

Permalink
chore(android): bump source/target Compatibility to 21 (#7785)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Dec 18, 2024
1 parent 61d0165 commit 7880bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/capacitor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ android {
lintConfig file('lint.xml')
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
sourceCompatibility JavaVersion.VERSION_21
targetCompatibility JavaVersion.VERSION_21
}
publishing {
singleVariant("release")
Expand Down

0 comments on commit 7880bfc

Please sign in to comment.