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:
commit
0735aaf208
|
@ -6,10 +6,10 @@
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="17"
|
android:minSdkVersion="18"
|
||||||
android:targetSdkVersion="21" />
|
android:targetSdkVersion="21" />
|
||||||
|
|
||||||
<uses-feature android:glEsVersion="0x00020000" />
|
<uses-feature android:glEsVersion="0x00030000" />
|
||||||
|
|
||||||
<uses-feature android:name="android.hardware.screen.landscape" />
|
<uses-feature android:name="android.hardware.screen.landscape" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue