Set minSDK to 16 as required by react-native 0.14

This commit is contained in:
Geoffrey Goh 2015-11-20 18:47:35 -08:00
parent faeb1f6bc6
commit 4555e21f83
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ android {
buildToolsVersion "23.0.1"
defaultConfig {
minSdkVersion 14
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"