aboutsummaryrefslogtreecommitdiffstats
path: root/proguard-rules.pro
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-09-08 22:47:55 +0200
committerChristian Schneppe <christian@pix-art.de>2016-09-08 22:47:55 +0200
commitab5079318fe7051fec82114504aa97bbee9e4559 (patch)
tree47b53cc09f8ec1868b4b6e94ca9023d5255352fb /proguard-rules.pro
parentb2d52182dd2c128983620e3d0d19bc7a05e41e65 (diff)
modified build.gradle and added proguard-rules
Diffstat (limited to 'proguard-rules.pro')
-rw-r--r--proguard-rules.pro8
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