Specify why we use proguard in debug builds
This commit is contained in:
parent
9fc1aba8bc
commit
5d048a7c53
@ -136,6 +136,8 @@ android {
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
// use proguard on debug too since we have unknowingly broken
|
||||
// release builds before.
|
||||
all {
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
|
Loading…
x
Reference in New Issue
Block a user