Revert "Android: Allow the release build to be debuggable"

This reverts commit 87aa6f7e5088ecad2c8926855057836891786a85.

Apparently one cannot publish debuggable APKs in the PlayStore. I wanted
this to be able to ask users to send me the logs via 'logcat', but it
seems I will have to figure out some other way.
This commit is contained in:
Vishesh Handa
2019-05-19 14:29:16 +02:00
parent c1bd7a5225
commit 3ed86fd69b

View File

@ -68,7 +68,6 @@ android {
}
buildTypes {
release {
debuggable true
signingConfig signingConfigs.release
ndk {
abiFilters 'armeabi-v7a'