Update AndroidManifest.xml

This commit is contained in:
Solexid 2016-05-01 11:37:36 +03:00
parent cc21b87045
commit 156171d77a

View file

@ -86,7 +86,7 @@
</application> </application>
<!-- Some devices with Android 2.2 should support native activity, it was in unstable hidden API --> <!-- Some devices with Android 2.2 should support native activity, it was in unstable hidden API -->
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="13" /> <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19" />
<!-- OpenGL ES 1.1 --> <!-- OpenGL ES 1.1 -->
<uses-feature android:glEsVersion="0x00010000" /> <uses-feature android:glEsVersion="0x00010000" />