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

Commit 4943dd1

Browse files
committed
Merge pull request krschultz#97 from stoyicker/retrofit2
Adds Retrofit2 ProGuard rules
2 parents a6b42af + 5878788 commit 4943dd1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Retrofit 2.X
2+
## https://square.github.io/retrofit/ ##
3+
4+
-dontwarn retrofit2.**
5+
-keep class retrofit2.** { *; }
6+
-keepattributes Signature
7+
-keepattributes Exceptions

0 commit comments

Comments
 (0)