# Retrofit / Gson models are accessed reflectively. -keep class com.anypreta.bountyboard.data.model.** { *; } -keepattributes Signature, *Annotation* -keepclassmembers,allowobfuscation class * { @com.google.gson.annotations.SerializedName ; } -dontwarn okhttp3.** -dontwarn retrofit2.**