소스 검색

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.** { *; }