Skip to content

Commit

Permalink
chore(cli): bump source/target Compatibility to 21 (#7786)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Dec 19, 2024
1 parent 4999cbe commit d640638
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions capacitor-cordova-android-plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
abortOnError false
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
sourceCompatibility JavaVersion.VERSION_21
targetCompatibility JavaVersion.VERSION_21
}
}

Expand Down
4 changes: 2 additions & 2 deletions cli/src/android/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ project(':${getGradlePackageName(p.id)}').projectDir = new File('${relativePlugi
android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
sourceCompatibility JavaVersion.VERSION_21
targetCompatibility JavaVersion.VERSION_21
}
}
Expand Down

0 comments on commit d640638

Please sign in to comment.