File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
capacitor-cordova-android-plugins Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ android {
19
19
namespace " capacitor.cordova.android.plugins"
20
20
compileSdk project. hasProperty(' compileSdkVersion' ) ? rootProject. ext. compileSdkVersion : 36
21
21
defaultConfig {
22
- minSdkVersion project. hasProperty(' minSdkVersion' ) ? rootProject. ext. minSdkVersion : 23
22
+ minSdkVersion project. hasProperty(' minSdkVersion' ) ? rootProject. ext. minSdkVersion : 24
23
23
targetSdkVersion project. hasProperty(' targetSdkVersion' ) ? rootProject. ext. targetSdkVersion : 36
24
24
versionCode 1
25
25
versionName " 1.0"
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ async function loadAndroidConfig(
235
235
236
236
return {
237
237
name,
238
- minVersion : '23 ' ,
238
+ minVersion : '24 ' ,
239
239
studioPath,
240
240
platformDir,
241
241
platformDirAbs,
You can’t perform that action at this time.
0 commit comments