Skip to content

Commit 18bacdb

Browse files
authored
feat(cli)!: Bump minSdkVersion to 24 (#8081)
1 parent fc27e69 commit 18bacdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

capacitor-cordova-android-plugins/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
namespace "capacitor.cordova.android.plugins"
2020
compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 36
2121
defaultConfig {
22-
minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 23
22+
minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 24
2323
targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 36
2424
versionCode 1
2525
versionName "1.0"

cli/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ async function loadAndroidConfig(
235235

236236
return {
237237
name,
238-
minVersion: '23',
238+
minVersion: '24',
239239
studioPath,
240240
platformDir,
241241
platformDirAbs,

0 commit comments

Comments
 (0)