MaterialSearchView ProGuard rules

MaterialSearchView – is a library that implements theAndroid Search View based on Material design guidelines.

The MaterialSearchView will overlay a Toolbar or ActionBar as well as display a ListView for the user to show suggested or recent searches.

ProGuard rules for MaterialSearchView

ProGuard recursively determines which classes and methods are used. All other classes and methods are discarded. Obfuscating code that performs reflection may cause of error. You have to specify the next rules in your ProGuard configuration file.

############################## MaterialSearchView ##############################
-keep class br.com.mauker.MsvAuthority
-keepclassmembers class br.com.mauker.** { *; }

For more information about MaterialSearchView please see the website.

Static Gson ProGuard rules

Popular ProGuard rules