gson-comments/examples/android-proguard-example
Chaitanya Pramod 74f4f74b8b Prevent Proguard from stripping interface info from @JsonAdapter classes
Previously after Proguard, the classes would no longer implement the interfaces, leading to `JsonAdapterAnnotationTypeAdapterFactory` throwing.

Fixes #925
2016-09-14 18:57:35 +05:30
..
res initial cut at an example Android application that uses Proguard with Gson 2011-07-22 20:55:37 +00:00
src/com/google/gson/examples/android Fixed code style to remove explicit casting op. 2016-02-14 03:47:05 -02:00
AndroidManifest.xml initial cut at an example Android application that uses Proguard with Gson 2011-07-22 20:55:37 +00:00
default.properties initial cut at an example Android application that uses Proguard with Gson 2011-07-22 20:55:37 +00:00
proguard.cfg Prevent Proguard from stripping interface info from @JsonAdapter classes 2016-09-14 18:57:35 +05:30