feat(proguard): Add crashlytics rules

This commit is contained in:
hristoterezov
2018-09-18 14:37:05 -05:00
committed by Любомир Маринов
parent 5f5adc3fa8
commit 959e687ed4
+4 -1
View File
@@ -90,4 +90,7 @@
-dontwarn com.google.appengine.**
-dontwarn javax.servlet.**
# Crashlytics
-keepattributes *Annotation*
-keepattributes SourceFile,LineNumberTable
-keep public class * extends java.lang.Exception