realm-browser
realm-browser copied to clipboard
Proguard issue
I get the following error when trying to build with minify enabled
Warning: de.jonasrottmann.realmbrowser.models.view.ModelsActivity: can't find referenced class de.jonasrottmann.realmbrowser.models.ModelsContract$SortMode
I have the rules in my proguard file as instructed
# Realm Browser -keep class de.jonasrottmann.realmbrowser.* { *; } -keep class android.support.v7.widget.SearchView { *; } -keep class android.support.v7.view.** { *; }
What am I doing wrong?
This issue does not occur if I use the no-op version of Realm Browser.