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