diff --git a/build.gradle b/build.gradle index ad1c4a7c7..9227aaa29 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,7 @@ configurations { } final DAGGER_VERSION = '2.6.1' -final BUTTERKNIFE_VERSION = '8.3.0' +final BUTTERKNIFE_VERSION = '8.4.0' final GPS_VERSION = '9.6.1' final SUPPORT_VERSION = '24.2.1' final STETHO_VERSION = '1.3.1' diff --git a/proguard.pro b/proguard.pro index fb3265cdd..a8680f3c0 100644 --- a/proguard.pro +++ b/proguard.pro @@ -11,8 +11,8 @@ # google-rfc-2445-20110304 -dontwarn com.google.ical.compat.jodatime.** -# https://github.com/JakeWharton/butterknife/blob/dd54788c2629e2bdd64232de7ccfa8d58910e06c/butterknife/proguard-rules.txt --keep public class * implements butterknife.internal.ViewBinder { public (); } +# https://github.com/JakeWharton/butterknife/blob/7c39e473efd501269a444f2e3d03184eb41d2d05/butterknife/proguard-rules.txt +-keep public class * implements butterknife.Unbinder { public (...); } -keep class butterknife.* -keepclasseswithmembernames class * { @butterknife.* ; } -keepclasseswithmembernames class * { @butterknife.* ; }