Specify why we use proguard in debug builds

This commit is contained in:
Daniel Martí 2015-11-14 14:05:15 +01:00
parent 9fc1aba8bc
commit 5d048a7c53

View File

@ -136,6 +136,8 @@ android {
}
buildTypes {
// use proguard on debug too since we have unknowingly broken
// release builds before.
all {
minifyEnabled true
shrinkResources true