xml: downgrade OpenGL ES version to 1.1

This commit is contained in:
rafal1137 2019-05-22 10:49:40 +02:00
parent 208445cda4
commit 01e0020a9a

View file

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