# Retrofit -keepattributes Signature -keepattributes *Annotation* -keep class retrofit2.** { *; } -keepclasseswithmembers class * { @retrofit2.http.* ; } # Gson -keep class com.example.emailclient.data.** { *; } -keepclassmembers class * { @com.google.gson.annotations.SerializedName ; } # OkHttp -dontwarn okhttp3.** -dontwarn okio.**