From b2e4bfee4de2bfa2fec3c5b66d559f9092baa622 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Sun, 3 May 2015 01:40:36 +0200 Subject: [PATCH] Try to fix --- OsmAnd/proguard-project.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/proguard-project.txt b/OsmAnd/proguard-project.txt index 45a1fcc550..6732519021 100755 --- a/OsmAnd/proguard-project.txt +++ b/OsmAnd/proguard-project.txt @@ -7,7 +7,7 @@ # 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 -# -dontoptimize +-dontoptimize -keep class !android.support.v7.internal.view.menu.**,android.support.** {*;} -keep class net.osmand.** { *; } -keep interface net.osmand.** { *; }