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