You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Obfuscate android.support.v7.view.menu.** to fix Samsung Android 4.2 bug
|
|
# https://code.google.com/p/android/issues/detail?id=78377
|
|
-keepnames class !android.support.v7.view.menu.**, ** { *; }
|
|
|
|
-keep class android.support.v7.widget.SearchView { *; }
|