blob: 03f3c4892997b2754ec6606e9e77afc14eaf5092 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.module2"
android:versionCode="1"
android:versionName="1.0">
<uses-feature android:glEsVersion="10" android:required="true"/>
<uses-feature android:glEsVersion="0x00020000" android:required="true"/>
<uses-feature android:glEsVersion="<error>aba</error>" android:required="true"/>
<application>
</application>
</manifest>