Butterknife 8.5.1

pull/491/merge
Alex Baker 7 years ago
parent 92610623e8
commit d8b7f73147

@ -100,7 +100,7 @@ configurations {
}
final DAGGER_VERSION = '2.7'
final BUTTERKNIFE_VERSION = '8.4.0'
final BUTTERKNIFE_VERSION = '8.5.1'
final GPS_VERSION = '9.6.1'
final SUPPORT_VERSION = '25.1.1'
final STETHO_VERSION = '1.4.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/7c39e473efd501269a444f2e3d03184eb41d2d05/butterknife/proguard-rules.txt
-keep public class * implements butterknife.Unbinder { public <init>(...); }
# https://github.com/JakeWharton/butterknife/blob/581666a28022796fdd62caaf3420e621215abfda/butterknife/proguard-rules.txt
-keep public class * implements butterknife.Unbinder { public <init>(**, android.view.View); }
-keep class butterknife.*
-keepclasseswithmembernames class * { @butterknife.* <methods>; }
-keepclasseswithmembernames class * { @butterknife.* <fields>; }

Loading…
Cancel
Save