Parcourir la source

minVersion should match react-native (issue #30)

Yonah Forst il y a 9 ans
Parent
commit
b216bd533d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      android/build.gradle

+ 1 - 1
android/build.gradle

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