[daemon] Minify (#1507)

This commit is contained in:
Nullptr 2021-12-30 22:48:15 +08:00 committed by GitHub
parent 23c044a4f3
commit 16e1de76ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ android {
buildTypes { buildTypes {
release { release {
isMinifyEnabled = false isMinifyEnabled = true
proguardFiles("proguard-rules.pro") proguardFiles("proguard-rules.pro")
} }
} }