Disable APK size optimization
This commit is contained in:
parent
e3f82512b7
commit
b5fa2835b2
@ -35,7 +35,7 @@ android {
|
||||
applicationIdSuffix = ".release"
|
||||
|
||||
postprocessing {
|
||||
isRemoveUnusedCode = true
|
||||
isRemoveUnusedCode = false
|
||||
isObfuscate = false
|
||||
isOptimizeCode = false
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user