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

Adds Retrofit2 ProGuard rules #97

Closed stoyicker closed 8 years ago

stoyicker commented 8 years ago

As per https://square.github.io/retrofit/

Note that it is intended that these don't replace those for Retrofit 1.x as both should be able to coexist within the same project (https://github.com/square/retrofit/releases/tag/parent-2.0.0-beta3).

krschultz commented 8 years ago

Great thanks. Can you add a link to the README and a link to retrofit 2 at the top of the proguard config?

stoyicker commented 8 years ago

I added it to the configuration file, but there's already a link to Retrofit in the README, and the link is the same for both versions 1 and 2.

krschultz commented 8 years ago

Got it, thanks.