Added ProGuard rules for properly deobfuscating crash logs

This commit is contained in:
Deniz Düzgören
2019-08-16 10:31:22 +02:00
parent 18285f83a6
commit f41f1a7349
4 changed files with 9 additions and 9 deletions
+5
View File
@@ -19,3 +19,8 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keepattributes *Annotation*
-keepattributes SourceFile,LineNumberTable
-keep class com.crashlytics.** { *; }
-dontwarn com.crashlytics.**