We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a91cda commit 940f570Copy full SHA for 940f570
android/build.gradle
@@ -24,7 +24,7 @@ android {
24
buildToolsVersion rootProject.hasProperty('buildToolsVersion') ? rootProject.buildToolsVersion : DEFAULT_BUILD_TOOLS_VERSION
25
26
defaultConfig {
27
- minSdkVersion 15
+ minSdkVersion safeExtGet('minSdkVersion', 15)
28
targetSdkVersion rootProject.hasProperty('targetSdkVersion') ? rootProject.targetSdkVersion : DEFAULT_TARGET_SDK_VERSION
29
versionCode 1
30
versionName "1.0"
0 commit comments