mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 09:55:34 -05:00
662a9e99f5
- remove cocos2dx folder - change all include paths in cocos2d to be relative
9 lines
255 B
XML
Vendored
9 lines
255 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="8"/>
|
|
|
|
</manifest>
|