Extend proguard rules
This commit is contained in:
parent
52d08e4408
commit
cb4d4a8b47
3 changed files with 5 additions and 5 deletions
|
@ -10,8 +10,3 @@
|
|||
-keepattributes **
|
||||
|
||||
-keep class org.sufficientlysecure.keychain.** { *; }
|
||||
|
||||
# * Obfuscate android.support.v7.view.menu.** to fix Samsung Android 4.2 bug
|
||||
# https://code.google.com/p/android/issues/detail?id=78377
|
||||
# * Disable obfuscation for all other classes
|
||||
-keepnames class !android.support.v7.view.menu.**, ** { *; }
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
-dontwarn java.nio.file.*
|
||||
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
|
||||
-dontwarn okio.**
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
# 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 { *; }
|
||||
|
|
Loading…
Reference in a new issue