feat(proguard): Add crashlytics rules
This commit is contained in:
parent
5f5adc3fa8
commit
959e687ed4
|
@ -90,4 +90,7 @@
|
|||
-dontwarn com.google.appengine.**
|
||||
-dontwarn javax.servlet.**
|
||||
|
||||
|
||||
# Crashlytics
|
||||
-keepattributes *Annotation*
|
||||
-keepattributes SourceFile,LineNumberTable
|
||||
-keep public class * extends java.lang.Exception
|
||||
|
|
Loading…
Reference in New Issue