# Moshi -keep class com.example.androidapp.data.model.** { *; } -keepclassmembers class ** { @com.squareup.moshi.Json ; } -keep @com.squareup.moshi.JsonClass class * { *; } # Retrofit -keepattributes Signature, Exceptions -keep class retrofit2.** { *; } -keepclassmembers,allowshrinking,allowobfuscation interface * { @retrofit2.http.* ; } # OkHttp -dontwarn okhttp3.** -dontwarn okio.**