finish view binding migration and remove butterknife

This commit is contained in:
dkanada 2020-09-18 21:34:11 +09:00
commit f8cfdc4706
3 changed files with 25 additions and 55 deletions

View file

@ -77,9 +77,6 @@ dependencies {
implementation 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.11.0'
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.jakewharton:butterknife:10.2.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.0'
implementation 'com.squareup.retrofit2:retrofit:2.6.2'
implementation 'com.squareup.retrofit2:converter-gson:2.5.0'