mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-30 11:17:08 -05:00
10 lines
255 B
XML
10 lines
255 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="org.cocos2dx.lib"
|
||
|
android:versionCode="1"
|
||
|
android:versionName="1.0">
|
||
|
|
||
|
<uses-sdk android:minSdkVersion="8"/>
|
||
|
|
||
|
</manifest>
|