aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/proguard-project.txt3
1 files changed, 3 insertions, 0 deletions
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 { *; }