Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
firelotus committed Aug 1, 2018
2 parents 6e237d2 + 2c73514 commit 4c8865e
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 4c8865e

Please sign in to comment.