From 6e7ce0f80bd1ec8e810677779f1c5c561ee6d818 Mon Sep 17 00:00:00 2001 From: Josephine Lim Date: Thu, 9 Mar 2017 16:13:08 +1000 Subject: [PATCH] Disable minify --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 69f2421c8..f9fdff800 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,7 +40,7 @@ android { buildTypes { release { - minifyEnabled true // See https://stackoverflow.com/questions/40232404/google-play-apk-and-android-studio-apk-usb-debug-behaving-differently and try reverting if the proguard.cfg modification is enough. + minifyEnabled false // See https://stackoverflow.com/questions/40232404/google-play-apk-and-android-studio-apk-usb-debug-behaving-differently - proguard.cfg modification alone insufficient. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } }