Merge pull request #1741 from Sonicadvance1/android_stop_pretending

[Android] Raise requirements to Android 4.3 and OpenGL ES 3.0
This commit is contained in:
Lioncash 2014-12-20 17:03:41 -05:00
commit 0735aaf208
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@
android:installLocation="auto">
<uses-sdk
android:minSdkVersion="17"
android:minSdkVersion="18"
android:targetSdkVersion="21" />
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:glEsVersion="0x00030000" />
<uses-feature android:name="android.hardware.screen.landscape" />