aboutsummaryrefslogtreecommitdiffstats
path: root/main/proguard-project.txt
diff options
context:
space:
mode:
Diffstat (limited to 'main/proguard-project.txt')
-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 d4991f6..3edd33f 100644
--- a/main/proguard-project.txt
+++ b/main/proguard-project.txt
@@ -49,3 +49,6 @@
# Butter knife view injection, see http://jakewharton.github.io/butterknife/
-dontwarn butterknife.Views$InjectViewProcessor
-keep class **$$ViewInjector { *; }
+
+# Null analysis annotations of Eclipse JDT are just used by the Eclipse compiler, so ignore them here
+-dontwarn org.eclipse.jdt.annotation.** \ No newline at end of file