krschultz / android-proguard-snippets

Proguard configurations for common Android libraries
http://www.kevinrschultz.com/blog/2014/02/15/proguard-with-gradle/
Apache License 2.0
4.59k stars 598 forks source link

Update Guava. #77

Closed Gregliest closed 8 years ago

Gregliest commented 9 years ago

Update the Guava proguard rules to work with 18.+. There are two ways to do this:

A) Update the added dependency to jsr305.jar B) Ignore the javax warnings.

I decided to go with B) because the rules will work out of the box without an added dependency, and it seems safe to ignore the warnings. However, there may be some consequences that I'm overlooking.

More details on Stack Overflow.