android: don't use proguard on debug builds

It's not necessary and makes the build faster.
This commit is contained in:
Saúl Ibarra Corretgé
2019-09-12 19:43:05 +02:00
committed by Saúl Ibarra Corretgé
parent 2f7b485b8f
commit eb15f73e59
2 changed files with 0 additions and 7 deletions
-2
View File
@@ -34,8 +34,6 @@ android {
buildTypes {
debug {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules-debug.pro'
buildConfigField "boolean", "GOOGLE_SERVICES_ENABLED", "${googleServicesEnabled}"
buildConfigField "boolean", "LIBRE_BUILD", "${rootProject.ext.libreBuild}"
}
-5
View File
@@ -1,5 +0,0 @@
-include proguard-rules.pro
# Disabling obfuscation is useful if you collect stack traces from production crashes
# (unless you are using a system that supports de-obfuscate the stack traces).
-dontobfuscate