Explorar el Código

minVersion should match react-native (issue #30)

Yonah Forst hace 8 años
padre
commit
b216bd533d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle Ver fichero

15
     buildToolsVersion "23.0.1"
15
     buildToolsVersion "23.0.1"
16
 
16
 
17
     defaultConfig {
17
     defaultConfig {
18
-        minSdkVersion 18
18
+        minSdkVersion 16
19
         targetSdkVersion 23
19
         targetSdkVersion 23
20
         versionCode 1
20
         versionCode 1
21
         versionName "1.0"
21
         versionName "1.0"