aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorSammysHP <sven@sammyshp.de>2013-10-14 14:20:17 +0200
committerSammysHP <sven@sammyshp.de>2013-10-14 14:20:17 +0200
commitfff9cde3717d13664b83345c9ee8c30b64c59e13 (patch)
tree94137925b22085efcf4aeefed084d0ab09cba119 /main
parentdfc984f715b443efca23615ae0dd763037bddc0f (diff)
downloadcgeo-fff9cde3717d13664b83345c9ee8c30b64c59e13.zip
cgeo-fff9cde3717d13664b83345c9ee8c30b64c59e13.tar.gz
cgeo-fff9cde3717d13664b83345c9ee8c30b64c59e13.tar.bz2
fix #3356: NB fails to build
Diffstat (limited to 'main')
-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.**