Fix proguard rules for Crashlytics
This commit is contained in:
parent
84db6b3d80
commit
72c2fb5719
1 changed files with 5 additions and 3 deletions
8
app/proguard-rules.pro
vendored
8
app/proguard-rules.pro
vendored
|
@ -24,6 +24,8 @@
|
|||
# hide the original source file name.
|
||||
#-renamesourcefileattribute SourceFile
|
||||
|
||||
### ACRA ###
|
||||
-keep class com.wbrawner.simplemarkdown.BuildConfig { *; }
|
||||
###
|
||||
### Crashlytics ###
|
||||
-keepattributes *Annotation*
|
||||
-keepattributes SourceFile,LineNumberTable
|
||||
-keep public class * extends java.lang.Exception
|
||||
### Crashlytics ###
|
Loading…
Reference in a new issue