Upgrade minSdkVersion to 16

to be consistent with react-native minSdkVersion
This commit is contained in:
Hossam Hassan 2017-01-13 21:43:21 +02:00
parent bdbe6fdae5
commit cfc87510f4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ android {
buildToolsVersion "24.0.2"
defaultConfig {
minSdkVersion 10
minSdkVersion 16
targetSdkVersion 24
versionCode 1
versionName "1.0"