Commit 74ac7982 by amateur

1

1 parent 38ecb608
......@@ -100,6 +100,7 @@ android {
signingConfig signingConfigs.release
}
pre { // 模拟
debuggable true
minifyEnabled true //是否混淆
zipAlignEnabled true //是否设置zip对齐优化
shrinkResources true
......
......@@ -68,4 +68,7 @@
-keep class cn.jiguang.** { *; }
-keep class com.wang.avi.** { *; }
-keep class com.wang.avi.indicators.** { *; }
\ No newline at end of file
-keep class com.wang.avi.indicators.** { *; }
-dontwarn com.polysoft.nafmii.bean.**
-keep class com.polysoft.nafmii.bean.** { *; }
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!