Skip to content

Commit b1b8f9d

Browse files
authored
fix: allow overriding minSdkVersion (#133)
1 parent 1a66ed9 commit b1b8f9d

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
@@ -19,7 +19,7 @@ android {
1919
buildToolsVersion projectVar('buildToolsVersion', '23.0.1')
2020

2121
defaultConfig {
22-
minSdkVersion 16
22+
minSdkVersion projectVar('minSdkVersion', 16)
2323
targetSdkVersion projectVar('targetSdkVersion', 22)
2424
versionCode 1
2525
versionName "1.0"

0 commit comments

Comments
 (0)