Upgrade ButterKnife and fix proguard rules

pull/467/head
Alex Baker 8 years ago
parent 4218960a5e
commit b1ea265ee7

@ -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'

4
proguard.pro vendored

@ -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 <init>(); }
# https://github.com/JakeWharton/butterknife/blob/7c39e473efd501269a444f2e3d03184eb41d2d05/butterknife/proguard-rules.txt
-keep public class * implements butterknife.Unbinder { public <init>(...); }
-keep class butterknife.*
-keepclasseswithmembernames class * { @butterknife.* <methods>; }
-keepclasseswithmembernames class * { @butterknife.* <fields>; }

Loading…
Cancel
Save