I need help so that my app can run in version 4.4 or lower since I am doing the test in the emulator called nox player and it crested me taking the following log (attached file) as you can see it is a mistake in the library, I have installed the last version, here the line of my gradle compile
('com.crashlytics.sdk.android:crashlytics:2.9.1@aar') {
transitive = true;
}
I also show you how I have my proguard file configured
you are with the lines
-keepattributes * Annotation *
-keepattributes SourceFile, LineNumberTable
-keep public class * extends java.lang.Exception
-keep class com.crashlytics. ** {*; }
-dontwarn com.crashlytics. **