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.
2 parents 300def8 + 4088bd2 commit a065b4fCopy full SHA for a065b4f
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