浏览代码

[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 年前
父节点
当前提交
113e50c074
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      android/app/src/main/AndroidManifest.xml

+ 2
- 2
android/app/src/main/AndroidManifest.xml 查看文件

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"

正在加载...
取消
保存