[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).
pull/1266/head
Saúl Ibarra Corretgé 8 years ago committed by Lyubomir Marinov
parent 900a675864
commit 113e50c074
  1. 4
      android/app/src/main/AndroidManifest.xml

@ -13,8 +13,8 @@
<uses-feature android:name="android.hardware.camera.autofocus"/>
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="22" />
android:minSdkVersion="19"
android:targetSdkVersion="23" />
<application
android:allowBackup="true"

Loading…
Cancel
Save