xml: downgrade version of OpeGL ES to 1.2

This commit is contained in:
Unknown 2019-05-10 20:25:21 +02:00
parent ce80c3128a
commit 62529ef84a

View file

@ -8,9 +8,8 @@
android:versionName="1.0"
android:installLocation="auto">
<!-- OpenGL ES 2.0 -->
<uses-feature android:glEsVersion="0x00020000" />
<!-- OpenGL ES 1.2 -->
<uses-feature android:glEsVersion="0x00010002" />
<!-- Touchscreen support -->
<uses-feature
android:name="android.hardware.touchscreen"