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 proguard-square-retrofit.pro #71

Closed SandroMachado closed 8 years ago

SandroMachado commented 8 years ago

The proguard file for retrofit is incomplete. It does not support rest service interfaces with callbacks and error handling. This PR adds support for that.

krschultz commented 8 years ago

Nice cleanup, appreciate the comments.