[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).
This commit is contained in:
parent
900a675864
commit
113e50c074
|
@ -13,8 +13,8 @@
|
||||||
<uses-feature android:name="android.hardware.camera.autofocus"/>
|
<uses-feature android:name="android.hardware.camera.autofocus"/>
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="16"
|
android:minSdkVersion="19"
|
||||||
android:targetSdkVersion="22" />
|
android:targetSdkVersion="23" />
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
|
|
Loading…
Reference in New Issue