Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 3eb8a82

Browse files
committed
Merge pull request krschultz#104 from gelldur/master
Add rules for okhttp3
2 parents d56c614 + 88e0283 commit 3eb8a82

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# OkHttp
2+
-keepattributes Signature
3+
-keepattributes *Annotation*
4+
-keep class okhttp3.** { *; }
5+
-keep interface okhttp3.** { *; }
6+
-dontwarn okhttp3.**

0 commit comments

Comments
 (0)