Reorganize buildTypes gradle config
* disable minify (proguard) on all build types * explicitly disable resource shrinking on all build types
This commit is contained in:
parent
be3148d0e7
commit
939e3004b6
@ -152,13 +152,12 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
all {
|
||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
|
shrinkResources false // requires minify (proguard)
|
||||||
}
|
}
|
||||||
buildTypes {
|
debug {
|
||||||
debug {
|
debuggable true
|
||||||
debuggable true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user