Commit aa5df7f2 authored by 王海's avatar 王海

代码混淆移除

parent d74962f1
......@@ -21,9 +21,9 @@ android {
zipAlignEnabled true
debuggable true
//混淆编译
minifyEnabled true//打开
//移除无用的资源文件
shrinkResources true//打开
// minifyEnabled true//打开
//移除无用的资源文件s
// shrinkResources true//打开
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment