refactor: replace RxDownload with my own implementation

This commit is contained in:
hyb1996
2017-12-06 22:35:53 +08:00
parent 093c299fc1
commit 98e0e39e13
5 changed files with 143 additions and 39 deletions

View File

@@ -106,10 +106,6 @@ dependencies {
// RxJava
compile "io.reactivex.rxjava2:rxjava:2.1.2"
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
// RxDownload
compile('zlc.season:rxdownload3:1.0.8', {
exclude group: 'com.android.support'
})
// Retrofit
compile 'com.squareup.retrofit2:retrofit:2.3.0'
compile 'com.squareup.retrofit2:converter-gson:2.3.0'