Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
proguard amazon exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimReio committed Jul 29, 2014
1 parent dedac13 commit 93d02e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions library/proguard-unity.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@
-keep class org.onepf.oms.OpenIabHelper$Options {
public static int VERIFY_ONLY_KNOWN;
}

# AMAZON
-dontwarn com.amazon.**
-keep class com.amazon.** {*;}
-keepattributes *Annotation*
-dontoptimize

0 comments on commit 93d02e3

Please sign in to comment.