From 3d1c71a6c29549bf75b85c8756d026f2ad422639 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Sat, 2 May 2015 01:51:54 +0200 Subject: [PATCH] enable proguard --- OsmAnd/proguard-project.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/OsmAnd/proguard-project.txt b/OsmAnd/proguard-project.txt index 4990998450..6b4e040a7a 100755 --- a/OsmAnd/proguard-project.txt +++ b/OsmAnd/proguard-project.txt @@ -23,4 +23,7 @@ # see https://code.google.com/p/android/issues/detail?id=78377 -keep class !android.support.v7.internal.view.menu.**,android.support.** {*;} -keep class net.osmand.** { *; } --keep interface net.osmand.** { *; } +-keep interface net.osmand.** { *; } +-keep class alice.** { *; } +-keep interface alice.** { *; } +-dontwarn class alice.** { *; }