# Retrofit / Gson models are accessed reflectively. -keepattributes Signature -keepattributes *Annotation* -keep class com.ladill.mini.data.model.** { *; } # Retrofit -keepclasseswithmembers class * { @retrofit2.http.* ; } -dontwarn okhttp3.** -dontwarn okio.** -dontwarn retrofit2.** # Firebase Cloud Messaging -keep class com.google.firebase.** { *; } -keep class com.google.android.gms.** { *; } -dontwarn com.google.firebase.** -dontwarn com.google.android.gms.**