add: uploaded script options

This commit is contained in:
hyb1996
2017-10-21 15:10:34 +08:00
parent 2b93091f5d
commit 1e50e6d9da
29 changed files with 583 additions and 68 deletions

View File

@@ -126,6 +126,10 @@ dependencies {
// RxJava
compile "io.reactivex.rxjava2:rxjava:2.1.0"
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'