aboutsummaryrefslogtreecommitdiffstats
path: root/cgeo-contacts
diff options
context:
space:
mode:
authorrsudev <rasch@munin-soft.de>2014-09-20 15:08:47 +0200
committerrsudev <rasch@munin-soft.de>2014-09-20 15:08:47 +0200
commit33c651f59a8e86361687e6408420b397d544d74d (patch)
treef7cf7ead6c83d5249c3751b368e87a4599ca0c98 /cgeo-contacts
parent13527f9c79bd6b6c226c32532f917159f0ac404d (diff)
downloadcgeo-33c651f59a8e86361687e6408420b397d544d74d.zip
cgeo-33c651f59a8e86361687e6408420b397d544d74d.tar.gz
cgeo-33c651f59a8e86361687e6408420b397d544d74d.tar.bz2
Fix proguard for contacts plugin
Diffstat (limited to 'cgeo-contacts')
-rw-r--r--cgeo-contacts/proguard-project.txt5
1 files changed, 4 insertions, 1 deletions
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 <init>(android.content.Context, android.util.AttributeSet);
public <init>(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.**