# https://square.github.io/retrofit # Retrofit -dontwarn retrofit.** -keep class retrofit.** { *; } -keepattributes Signature -keepattributes Exceptions # Retrofit2 -keep class retrofit2.** { *; } -dontwarn retrofit2.** -keepattributes Signature -keepattributes Exceptions -dontwarn okio.** -dontwarn javax.annotation.**