aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/proguard-project.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/proguard-project.txt b/main/proguard-project.txt
index 3edd33f..d8bc72e 100644
--- a/main/proguard-project.txt
+++ b/main/proguard-project.txt
@@ -48,7 +48,8 @@
# Butter knife view injection, see http://jakewharton.github.io/butterknife/
-dontwarn butterknife.Views$InjectViewProcessor
+-dontwarn butterknife.internal.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
+-dontwarn org.eclipse.jdt.annotation.**