Selaa lähdekoodia

minVersion should match react-native (issue #30)

Yonah Forst 8 vuotta sitten
vanhempi
commit
b216bd533d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle Näytä tiedosto

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