Upgrade minSdkVersion to 16
to be consistent with react-native minSdkVersion
This commit is contained in:
parent
bdbe6fdae5
commit
cfc87510f4
|
@ -6,7 +6,7 @@ android {
|
|||
buildToolsVersion "24.0.2"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 10
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 24
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
|
Loading…
Reference in New Issue