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 9f9f6a2 + 2de7ae3 commit f1ebefdCopy full SHA for f1ebefd
android/build.gradle
@@ -29,7 +29,7 @@ android {
29
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
30
buildToolsVersion getExtOrDefault('buildToolsVersion')
31
defaultConfig {
32
- minSdkVersion 16
+ minSdkVersion rootProject.ext.has('minSdkVersion') ? rootProject.ext.minSdkVersion : 16
33
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
34
versionCode 1
35
versionName "1.0"
0 commit comments