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 OkHttp rules to follow official docs #147

Open tasomaniac opened 7 years ago

tasomaniac commented 7 years ago

Here are the official docs. https://github.com/square/okhttp#proguard

And according to this issue https://github.com/square/okhttp/issues/2230 These rules listed in the repo are aggressive.

jaggs6 commented 6 years ago

@krschultz Please merge this