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