We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70dc6d6 commit e29253bCopy full SHA for e29253b
1 file changed
sys/android/AndroidManifest.xml
@@ -2,8 +2,8 @@
2
<manifest
3
xmlns:android="http://schemas.android.com/apk/res/android"
4
package="com.tbd.UnNetHack"
5
- android:versionCode="2"
6
- android:versionName="5.1.0-2"
+ android:versionCode="4"
+ android:versionName="5.1.0-4"
7
android:installLocation="auto">
8
<uses-sdk
9
android:minSdkVersion="7"/>
@@ -15,7 +15,6 @@
15
android:icon="@drawable/icon"
16
android:largeHeap="true"
17
android:hardwareAccelerated="true"
18
- android:debuggable="false"
19
android:theme="@android:style/Theme"
20
android:allowBackup="true">
21
<activity
0 commit comments