From 3ed86fd69b5dc0e70062668a2ed98dd3a5c0b99d Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Sun, 19 May 2019 14:29:16 +0200 Subject: [PATCH] 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. --- android/app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index dd678ea6..b5a81bb1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -68,7 +68,6 @@ android { } buildTypes { release { - debuggable true signingConfig signingConfigs.release ndk { abiFilters 'armeabi-v7a'