We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8314c8a + c022ddf commit a2535dbCopy full SHA for a2535db
android/capacitor/build.gradle
@@ -44,7 +44,7 @@ android {
44
namespace "com.getcapacitor.android"
45
compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 36
46
defaultConfig {
47
- minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 23
+ minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 24
48
targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 36
49
versionCode 1
50
versionName "1.0"
0 commit comments