File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
capacitor-cordova-android-plugins Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -198,8 +198,8 @@ project(':${getGradlePackageName(p.id)}').projectDir = new File('${relativePlugi
198198
199199android {
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
You can’t perform that action at this time.
0 commit comments