|
|
@@ -2,12 +2,12 @@
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
package="org.gameplay3d.sample_character"
|
|
|
android:versionCode="1"
|
|
|
- android:versionName="1.0">
|
|
|
+ android:versionName="2.0">
|
|
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
|
|
|
<!-- This is the platform API where the game was introduced. -->
|
|
|
- <uses-sdk android:minSdkVersion="9" />
|
|
|
+ <uses-sdk android:minSdkVersion="14" />
|
|
|
<uses-feature android:glEsVersion="0x00020000"/>
|
|
|
|
|
|
<application android:icon="@drawable/icon" android:label="@string/app_name" android:hasCode="true">
|