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