mirror of
https://github.com/tiennm99/fbird.git
synced 2026-07-07 13:12:44 +00:00
10 lines
265 B
XML
Vendored
10 lines
265 B
XML
Vendored
<?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="10"/>
|
|
|
|
</manifest>
|