We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300def8 commit 4088bd2Copy full SHA for 4088bd2
android/build.gradle
@@ -5,7 +5,7 @@ android {
5
buildToolsVersion "28.0.3"
6
7
defaultConfig {
8
- minSdkVersion 16
+ minSdkVersion rootProject.hasProperty('minSdkVersion') ? rootProject.minSdkVersion : 16
9
targetSdkVersion 28
10
versionCode 1
11
versionName "1.0"
0 commit comments