Use Dagger 2 to inject the Retrofit singleton to classes. Minor bugs fixed.

This commit is contained in:
Alex Ning
2018-10-12 23:52:23 +08:00
parent 11ac14a3f1
commit 8b52810d7c
23 changed files with 238 additions and 134 deletions

View File

@@ -62,4 +62,7 @@ dependencies {
implementation 'com.muditsen.multilevelrecyclerview:multilevelview:1.0.0'
implementation 'com.google.dagger:dagger:2.17'
annotationProcessor 'com.google.dagger:dagger-compiler:2.17'
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
}