enable proguard

This commit is contained in:
Victor Shcherb 2015-05-02 01:51:54 +02:00
parent 5ebc7fe38c
commit 3d1c71a6c2

View file

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