From d1886b338e396f51432f7cf9ba3bbb5a93a794c3 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Sat, 2 May 2015 10:55:32 +0200 Subject: [PATCH] Update proguard --- OsmAnd/proguard-project.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OsmAnd/proguard-project.txt b/OsmAnd/proguard-project.txt index 43d858dda3..339501eee6 100755 --- a/OsmAnd/proguard-project.txt +++ b/OsmAnd/proguard-project.txt @@ -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.**