Run proguard

This commit is contained in:
Victor Shcherb 2015-05-02 01:45:58 +02:00
parent accfca4721
commit 5ebc7fe38c

View file

@ -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.** { *; }