Update proguard

This commit is contained in:
Victor Shcherb 2015-05-02 10:55:32 +02:00
parent b53849a452
commit d1886b338e

View file

@ -24,6 +24,10 @@
-keep class !android.support.v7.internal.view.menu.**,android.support.** {*;}
-keep class net.osmand.** { *; }
-keep interface net.osmand.** { *; }
-keep class com.** { *; }
-keep interface com.** { *; }
-keep class btools.** { *; }
-keep interface btools.** { *; }
-keep class alice.** { *; }
-keep interface alice.** { *; }
-dontwarn alice.**