Skip to content

Commit

Permalink
补充混淆
Browse files Browse the repository at this point in the history
  • Loading branch information
firelotus committed Aug 1, 2018
1 parent 6c6a41b commit 2c73514
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,8 @@
-keepclassmembers class com.blankj.utilcode.** { *; }
-dontwarn com.blankj.utilcode.**

# 解决4.x系统对TLS不同版本支持问题,不可被混淆
-keep class com.firelotus.meteoritelibrary.utils.Tls12SocketFactory {*;}


# Java Bean 统一使用@Keep进行混淆配置

0 comments on commit 2c73514

Please sign in to comment.