Fix proguard rules for Crashlytics

This commit is contained in:
William Brawner 2020-10-13 19:54:51 -07:00
parent 84db6b3d80
commit 72c2fb5719

View file

@ -24,6 +24,8 @@
# hide the original source file name. # hide the original source file name.
#-renamesourcefileattribute SourceFile #-renamesourcefileattribute SourceFile
### ACRA ### ### Crashlytics ###
-keep class com.wbrawner.simplemarkdown.BuildConfig { *; } -keepattributes *Annotation*
### -keepattributes SourceFile,LineNumberTable
-keep public class * extends java.lang.Exception
### Crashlytics ###