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

Create proguard-amazon-iap.pro #88

Open easycheese opened 8 years ago

easycheese commented 8 years ago

Added amazon iap

krschultz commented 8 years ago

This seems too loose.

-dontoptimize is more of a global setting. -keep class com.amazon.* {;} will keep everything from the AWS SDK not just the IAP part.