diff options
Diffstat (limited to 'proguard-rules.pro')
-rw-r--r-- | proguard-rules.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/proguard-rules.pro b/proguard-rules.pro new file mode 100644 index 000000000..cc87272f6 --- /dev/null +++ b/proguard-rules.pro @@ -0,0 +1,8 @@ +-keep public class com.google.android.gms.* { public *; } +-keepnames @com.google.android.gms.common.annotation.KeepName class * +-keepclassmembernames class * { + @com.google.android.gms.common.annotation.KeepName *; +} +-dontwarn com.google.android.gms.** +-dontwarn com.google.common.cache.** +-dontwarn com.google.common.primitives.**
\ No newline at end of file |