krschultz/android-proguard-snippets

GSON proguard has jota related code

TonyTangAndroid opened this issue · 1 comments

Hi There,

I have just spotted that GSON proguard has jota related code.

Keep the Joda library

-keep class org.joda.time.** { ; }
-keep interface org.joda.time.
* { ; }
-keep class org.joda.convert.
* { ; }
-keep interface org.joda.convert.
* { *; }

Just put it here to get your attention.

Thanks,
Tony

Tony,

Thanks, I just split them up into smaller files.