浏览代码

pref: 不混淆exception包

drake 2 年之前
父节点
当前提交
cc95b638ea
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      net/consumer-rules.pro

+ 2 - 1
net/consumer-rules.pro

@@ -1 +1,2 @@
--keep class okhttp3.** { *; }
+-keep class okhttp3.** { *; }
+-keep class com.drake.net.exception.** { *; }