remove old fonts, enable proguard

This commit is contained in:
austinried 2021-08-22 17:52:45 +09:00
parent 1508a35a76
commit f5b3b24bd5
19 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ def enableSeparateBuildPerCPUArchitecture = false
/**
* Run Proguard to shrink the Java bytecode in release builds.
*/
def enableProguardInReleaseBuilds = false
def enableProguardInReleaseBuilds = true
/**
* The preferred build flavor of JavaScriptCore.