Update ButterKnife (#166)

This commit is contained in:
Eugene Cheung 2017-06-07 12:33:33 -04:00 committed by Lincoln
commit bd93622b7f

View file

@ -118,6 +118,6 @@ dependencies {
compile 'me.zhanghai.android.materialprogressbar:library:1.3.0' compile 'me.zhanghai.android.materialprogressbar:library:1.3.0'
compile 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5' compile 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5'
compile 'com.jakewharton:butterknife:8.5.1' compile 'com.jakewharton:butterknife:8.6.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1' annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0'
} }