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 Shortcutbadger. #91

Closed pepijntb closed 8 years ago

krschultz commented 8 years ago

This might be better as a PR against the original library since they ship an AAR. Any library that ships an AAR can bundle the Proguard rules so that the users of the library don't have to do anything at all.

pepijntb commented 8 years ago

Thanks. Will do.