feat: 打包时移除无用资源
This commit is contained in:
parent
d90768e466
commit
b8f99d1008
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ android {
|
|||
buildTypes {
|
||||
release {
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = true
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro"
|
||||
|
|
|
|||
Loading…
Reference in a new issue