Update dependencies

This commit is contained in:
Karim Abou Zeid 2017-12-26 22:44:23 +01:00
commit 61986f3bce

View file

@ -121,7 +121,7 @@ dependencies {
implementation 'com.heinrichreimersoftware:material-intro:1.6.2'
implementation 'me.zhanghai.android.materialprogressbar:library:1.4.2'
implementation 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5'
implementation 'com.jakewharton:butterknife:8.6.0'
implementation 'com.jakewharton:butterknife:8.8.1'
implementation('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.11.0@aar') {
transitive = true
}
@ -130,5 +130,5 @@ dependencies {
transitive = true
}
testImplementation 'junit:junit:4.12'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
}