From 33c651f59a8e86361687e6408420b397d544d74d Mon Sep 17 00:00:00 2001 From: rsudev Date: Sat, 20 Sep 2014 15:08:47 +0200 Subject: Fix proguard for contacts plugin --- cgeo-contacts/proguard-project.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cgeo-contacts') diff --git a/cgeo-contacts/proguard-project.txt b/cgeo-contacts/proguard-project.txt index 453d1a6..c4cb930 100644 --- a/cgeo-contacts/proguard-project.txt +++ b/cgeo-contacts/proguard-project.txt @@ -29,4 +29,7 @@ public (android.content.Context, android.util.AttributeSet); public (android.content.Context, android.util.AttributeSet, int); public void set*(...); -} \ No newline at end of file +} + +# Null analysis annotations of Eclipse JDT are just used by the Eclipse compiler, so ignore them here +-dontwarn org.eclipse.jdt.annotation.** -- cgit v1.1