Make Android work again - adapt to recent changes and fix use of GL-nonES function
[freeglut] / progs / test-shapes-gles1 / AndroidManifest.xml
index 3050ecb..7839f74 100644 (file)
@@ -7,7 +7,7 @@
 
     <!-- This is the platform API where NativeActivity was introduced. -->
     <uses-sdk android:minSdkVersion="9" />
-    <uses-feature android:glEsVersion="0x00020000"></uses-feature>
+    <uses-feature android:glEsVersion="0x00010001"></uses-feature>
 
     <!-- This .apk has no Java code itself, so set hasCode to false. -->
     <application android:label="@string/app_name" android:hasCode="true"