From ee7a23273485dabf720b74d64d7d4a9a7a4f80f4 Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Fri, 13 Jun 2014 16:58:34 +0200 Subject: fix #3989: sortactionprovider must be kept in proguard --- main/proguard-project.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main') diff --git a/main/proguard-project.txt b/main/proguard-project.txt index 5b606f5..c7c9805 100644 --- a/main/proguard-project.txt +++ b/main/proguard-project.txt @@ -55,3 +55,6 @@ # Null analysis annotations of Eclipse JDT are just used by the Eclipse compiler, so ignore them here -dontwarn org.eclipse.jdt.annotation.** + +# the sort action provider is only referenced from XML +-keep public class cgeo.geocaching.sorting.SortActionProvider { *; } -- cgit v1.1