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

Add okio configuration to okhttp since it depends on it #84

Open ylogx opened 8 years ago

krschultz commented 8 years ago

I think we're better off putting a note in the OkHTTP config that you should also include the Okio config.

Unfortunately sometimes I feel like this project has all the pain of maintaining a maven central without any of the tooling. I can see the argument for putting everything that OkHTTP requires in its config, but if we follow that to its conclusion some libraries (e.g. AWS SDK) will end up including practically all the rules in the repo. It's a tough call.