Release APK with debuggable ndk (temporary fix)

debuggable enabled = no freeze on my device… how weird is that ?
This commit is contained in:
shagr4th 2016-12-18 17:49:14 +01:00
parent e4c92df289
commit 17305c8e8b
2 changed files with 4 additions and 3 deletions

View file

@ -24,8 +24,9 @@ model {
buildTypes {
release {
minifyEnabled false
proguardFiles.add(file("proguard-rules.pro"))
ndk {
debuggable true
}
}
}
}

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<activity android:name=".X48"
android:label="@string/app_name"