Run proguard
This commit is contained in:
parent
accfca4721
commit
5ebc7fe38c
1 changed files with 3 additions and 1 deletions
|
@ -21,4 +21,6 @@
|
|||
# Allow obfuscation of android.support.v7.internal.view.menu.**
|
||||
# to avoid problem on Samsung 4.2.2 devices with appcompat v21
|
||||
# see https://code.google.com/p/android/issues/detail?id=78377
|
||||
-keep class !android.support.v7.internal.view.menu.**,android.support.** {*;}
|
||||
-keep class !android.support.v7.internal.view.menu.**,android.support.** {*;}
|
||||
-keep class net.osmand.** { *; }
|
||||
-keep interface net.osmand.** { *; }
|
||||
|
|
Loading…
Reference in a new issue