Skip to content

Commit

Permalink
Fix proguard rules for Retrofit2.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbutcher committed Jul 6, 2016
1 parent 63dd2c8 commit 56f8c47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
-dontobfuscate #STOPSHIP remove this
-dontwarn com.squareup.okhttp.**
-dontwarn okio.**
-dontwarn retrofit.**
-dontwarn retrofit2.**
-dontwarn rx.**

-keep class io.plaidapp.data.api.dribbble.model.** { *; }
Expand All @@ -36,8 +36,7 @@
-keep class com.squareup.okhttp.** { *; }
-keep interface com.squareup.okhttp.** { *; }
-keep class in.uncod.android.bypass.** { *; }
-keep class retrofit.** { *; }
-keep class retrofit.** { *; }
-keep class retrofit2.** { *; }

-keepattributes *Annotation*,Signature,Exceptions

Expand Down

0 comments on commit 56f8c47

Please sign in to comment.