Skip to content

Commit c571bfc

Browse files
authored
android: don't use rootProject's minSdkVersion (#17)
1 parent 0eb4be1 commit c571bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
buildToolsVersion safeExtGet('buildToolsVersion', "23.0.1")
1515

1616
defaultConfig {
17-
minSdkVersion safeExtGet('minSdkVersion', 24)
17+
minSdkVersion 24
1818
targetSdkVersion safeExtGet('targetSdkVersion', 24)
1919
versionCode 1
2020
versionName "1.0"

0 commit comments

Comments
 (0)