android-proguard-snippets
android-proguard-snippets copied to clipboard
Create proguard-amazon-iap.pro
Added amazon iap
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.