From bd93622b7f8352cb89a1d0bca8e1ee458ff025f7 Mon Sep 17 00:00:00 2001 From: Eugene Cheung Date: Wed, 7 Jun 2017 12:33:33 -0400 Subject: [PATCH] Update ButterKnife (#166) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c09f12ae..4b0a0fb0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -118,6 +118,6 @@ dependencies { compile 'me.zhanghai.android.materialprogressbar:library:1.3.0' compile 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5' - compile 'com.jakewharton:butterknife:8.5.1' - annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1' + compile 'com.jakewharton:butterknife:8.6.0' + annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0' }