Skip to content

Commit a065b4f

Browse files
authored
Merge pull request #51 from Fernando922/master
fix detox minSdkVersion error
2 parents 300def8 + 4088bd2 commit a065b4f

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
@@ -5,7 +5,7 @@ android {
55
buildToolsVersion "28.0.3"
66

77
defaultConfig {
8-
minSdkVersion 16
8+
minSdkVersion rootProject.hasProperty('minSdkVersion') ? rootProject.minSdkVersion : 16
99
targetSdkVersion 28
1010
versionCode 1
1111
versionName "1.0"

0 commit comments

Comments
 (0)