I am getting an exception:
Caused by: java.lang.ClassNotFoundException: Didn't find class "io.realm.Realm"
In build.gradle minifyEnabled true.
proguard-rules.pro:
-keep class io.realm.annotations.RealmModule
-keep @io.realm.annotations.RealmModule class *
-keep class io.realm.internal.Keep
-keep @io.realm.internal.Keep class *
-dontwarn javax.**
-keep class io.realm.{ *; }
-keepnames public class * extends io.realm.RealmObject
-keep public class * extends io.realm.RealmObject { *; }
Any idea?