Update proguard

This commit is contained in:
Victor Shcherb 2015-05-03 11:50:14 +02:00
parent ac773a7004
commit b0e1d741db

View file

@ -7,7 +7,10 @@
# 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
-dontshrink
-dontoptimize
-dontpreverify
-verbose
-keep class !android.support.v7.internal.view.menu.**,android.support.** {*;}
-keep class net.osmand.** { *; }
-keep interface net.osmand.** { *; }