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,15 +152,14 @@ android {
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
all {
|
||||
minifyEnabled false
|
||||
shrinkResources false // requires minify (proguard)
|
||||
}
|
||||
buildTypes {
|
||||
debug {
|
||||
debuggable true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
compileOptions.encoding = "UTF-8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user