From a63fddc36ad53af040482e1604ea96f7a8fe83c5 Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Mon, 9 Feb 2015 20:48:25 +0100 Subject: fix #4656: calendar build failing --- cgeo-calendar/proguard-project.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cgeo-calendar') diff --git a/cgeo-calendar/proguard-project.txt b/cgeo-calendar/proguard-project.txt index 453d1a6..c4cb930 100644 --- a/cgeo-calendar/proguard-project.txt +++ b/cgeo-calendar/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