Fixed crashlytics

This commit is contained in:
Dennis Thiessen
2018-07-16 21:55:01 +02:00
parent 234b9939a7
commit 8317e7253c
6 changed files with 14 additions and 12 deletions

View File

@@ -25,8 +25,13 @@
-keep class com.android.volley.** { *; }
-dontwarn com.android.volley.**
# Hide warnings about references to newer platforms in the library
-dontwarn android.support.v7.**
# don't process support library
-keep class android.support.v7.** { *; }
-keep interface android.support.v7.** { *; }
-dontwarn android.support.v7.**
# Settings for Crashlytics
-keepattributes *Annotation*
-keepattributes SourceFile,LineNumberTable
-keep public class * extends java.lang.Exception
-keep class com.crashlytics.** { *; }
-dontwarn com.crashlytics.**