DEADSOFTWARE

Added new OpenGL ES wrapper
[d2df-sdl.git] / android / AndroidManifest.xml
index e4b81a339e375fcf0861deccd28e2d407aab6372..eb54e280e849a7c35bd20f92cec8649baa8fbeb6 100644 (file)
@@ -2,7 +2,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="org.d2df.app"
       android:versionCode="1"
-      android:versionName="1.0"
+      android:versionName="0.667-git"
       android:installLocation="auto">
 
     <!-- Android 4.1 -->
@@ -29,7 +29,8 @@
                  android:icon="@drawable/ic_launcher"
                  android:allowBackup="true"
                  android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
-                 android:hardwareAccelerated="true" >
+                 android:hardwareAccelerated="true"
+                 android:debuggable="true" >
         <activity android:name="Doom2DF"
                   android:label="Doom2D Forever"
                   android:configChanges="keyboardHidden|orientation|screenSize"