Created
September 3, 2016 13:31
-
-
Save Zhuinden/6e132401ceeb8b4c279dc7cc7c6eca15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#realm | |
-keepnames public class * extends io.realm.RealmObject | |
-keep @io.realm.annotations.RealmModule class * | |
-keep class io.realm.** { *; } | |
-dontwarn javax.** | |
-dontwarn io.realm.** | |
#realm 0.84.1+ | |
-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.** | |
-dontwarn io.realm.** | |
#realm 0.89.0+ | |
-keep class io.realm.RealmCollection | |
-keep class io.realm.OrderedRealmCollection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment