feat(proguard): Add crashlytics rules

This commit is contained in:
hristoterezov 2018-09-07 13:36:58 -05:00 committed by Любомир Маринов
parent 5f5adc3fa8
commit 959e687ed4
1 changed files with 4 additions and 1 deletions

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