Browse Source

[RN] Bump Andoroid minimum and target SDK versions

Use a minimum SDK version of 19, that is Anroid 4.4 (KitKat) and a target SDK of
23, that is, Android 6.0 (Marshmallow).
master
Saúl Ibarra Corretgé 8 years ago
parent
commit
113e50c074
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      android/app/src/main/AndroidManifest.xml

+ 2
- 2
android/app/src/main/AndroidManifest.xml View File

13
     <uses-feature android:name="android.hardware.camera.autofocus"/>
13
     <uses-feature android:name="android.hardware.camera.autofocus"/>
14
 
14
 
15
     <uses-sdk
15
     <uses-sdk
16
-        android:minSdkVersion="16"
17
-        android:targetSdkVersion="22" />
16
+        android:minSdkVersion="19"
17
+        android:targetSdkVersion="23" />
18
 
18
 
19
     <application
19
     <application
20
       android:allowBackup="true"
20
       android:allowBackup="true"

Loading…
Cancel
Save