Commit 9ef3152e by amateur

1

1 parent 9ede2849
......@@ -92,6 +92,7 @@ android {
}
buildTypes {
release {
debuggable false
minifyEnabled true //是否混淆
zipAlignEnabled true //是否设置zip对齐优化
shrinkResources true // 移除无用的resource文件
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!