mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-05-23 13:53:01 +08: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="9"/>
|
|
|
|
</manifest>
|