Attempt to fix strange crash occurring on older Android versions

This commit is contained in:
NerdNumber9 2019-04-07 05:15:40 -04:00
parent d4740c57be
commit 0b054126bc

View File

@ -99,6 +99,9 @@
-dontwarn exh.metadata.MetadataUtilKt$joinTagsToGenreString$2
-keep class xyz.nulldev.** { *; }
## Attempt to fix: java.lang.NoClassDefFoundError: uy.kohesive.injekt.registry.default.DefaultRegistrar$NOKEY$1
-keep class uy.kohesive.injekt.** { *; }
# Realm
-dontnote rx.internal.util.PlatformDependent
-keep public class * extends io.realm.RealmObject