@@ -111,6 +111,13 @@ implementation 'com.github.liangjingkanji:BRV:1.3.32'
如果你是在 Android 5 (API level 21)以下开发, 要求使用OkHttp3.x请使用: [Net-okhttp3](https://github.com/liangjingkanji/Net-okhttp3)
<br>
+## 混淆规则
+
+```
+-keep class okhttp3.** { *; }
## Contribute
<img src="https://tva1.sinaimg.cn/large/006tNbRwgy1gaskr305czj30u00wjtcz.jpg" width="100"/>
@@ -19,3 +19,5 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
+-keep class okhttp3.** { }