Commit 74ac7982 by amateur

1

1 parent 38ecb608
...@@ -100,6 +100,7 @@ android { ...@@ -100,6 +100,7 @@ android {
signingConfig signingConfigs.release signingConfig signingConfigs.release
} }
pre { // 模拟 pre { // 模拟
debuggable true
minifyEnabled true //是否混淆 minifyEnabled true //是否混淆
zipAlignEnabled true //是否设置zip对齐优化 zipAlignEnabled true //是否设置zip对齐优化
shrinkResources true shrinkResources true
......
...@@ -69,3 +69,6 @@ ...@@ -69,3 +69,6 @@
-keep class com.wang.avi.** { *; } -keep class com.wang.avi.** { *; }
-keep class com.wang.avi.indicators.** { *; } -keep class com.wang.avi.indicators.** { *; }
-dontwarn com.polysoft.nafmii.bean.**
-keep class com.polysoft.nafmii.bean.** { *; }
\ No newline at end of file \ 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!