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