krschultz / android-proguard-snippets

Proguard configurations for common Android libraries

Home Page:http://www.kevinrschultz.com/blog/2014/02/15/proguard-with-gradle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GSON proguard has jota related code

TonyTangAndroid opened this issue · 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.