diff options
Diffstat (limited to 'main/proguard-project.txt')
| -rw-r--r-- | main/proguard-project.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/main/proguard-project.txt b/main/proguard-project.txt index 9b0978c..2a27d99 100644 --- a/main/proguard-project.txt +++ b/main/proguard-project.txt @@ -59,8 +59,7 @@ # 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 +# action providers are only referenced from XML -keep public class cgeo.geocaching.sorting.SortActionProvider { *; } - -# the navigation action provider is only referenced from XML -keep public class cgeo.geocaching.ui.NavigationActionProvider { *; } +-keep public class cgeo.geocaching.apps.cache.navi.NavigationSelectionActionProvider { *; }
\ No newline at end of file |
