2016-08-13 06:11:29 +00:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="com.watabou">
|
|
|
|
|
2016-08-22 07:40:14 +00:00
|
|
|
<uses-sdk
|
|
|
|
android:minSdkVersion="8"/>
|
|
|
|
|
|
|
|
<uses-feature
|
|
|
|
android:glEsVersion="0x00020000"/>
|
|
|
|
|
2016-08-13 06:11:29 +00:00
|
|
|
<application
|
|
|
|
android:label="@string/app_name"
|
|
|
|
>
|
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|