diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 9965cce..6355009 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -24,6 +24,8 @@ # hide the original source file name. #-renamesourcefileattribute SourceFile -### ACRA ### --keep class com.wbrawner.simplemarkdown.BuildConfig { *; } -### \ No newline at end of file +### Crashlytics ### +-keepattributes *Annotation* +-keepattributes SourceFile,LineNumberTable +-keep public class * extends java.lang.Exception +### Crashlytics ### \ No newline at end of file