mirror of
https://github.com/shagr4th/droid48
synced 2024-11-16 20:12:34 +01:00
Release APK with debuggable ndk (temporary fix)
debuggable enabled = no freeze on my device… how weird is that ?
This commit is contained in:
parent
e4c92df289
commit
17305c8e8b
2 changed files with 4 additions and 3 deletions
|
@ -24,8 +24,9 @@ model {
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
minifyEnabled false
|
ndk {
|
||||||
proguardFiles.add(file("proguard-rules.pro"))
|
debuggable true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.ab.x48" android:installLocation="auto" android:versionCode="65" android:versionName="1.65">
|
package="org.ab.x48" android:installLocation="auto" android:versionCode="66" android:versionName="1.66">
|
||||||
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||||||
<activity android:name=".X48"
|
<activity android:name=".X48"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
|
Loading…
Reference in a new issue