# Gson uses generic type information stored in a class file when working with # fields. Proguard removes such information by default, keep it. -keepattributes Signature -keep class org.joda.convert.** { *; } # Optional. For using GSON @Expose annotation -keepattributes AnnotationDefault,RuntimeVisibleAnnotations