initial commit. includes PhsyicsBox2dExtension
This commit is contained in:
10
AndEngine/AndroidManifest.xml
Normal file
10
AndEngine/AndroidManifest.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.anddev.andengine"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
|
||||
<uses-sdk android:minSdkVersion="4" />
|
||||
|
||||
<application android:debuggable="true"/>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user