File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ android {
2525}
2626
2727dependencies {
28- api " io.reactivex.rxjava2:rxjava:2.2.10"
29- api ' io.reactivex.rxjava2:rxandroid:2.1.1'
30- api ' com.squareup.okhttp3:okhttp:3.12.2'
31- api ' com.squareup.okhttp3:logging-interceptor:3.12.2'
32- api ' com.squareup.retrofit2:retrofit:2.5.0'
33- api ' com.squareup.retrofit2:converter-gson:2.5.0'
34- api ' com.squareup.retrofit2:converter-jackson:2.5.0'
35- api ' com.squareup.retrofit2:converter-scalars:2.5.0'
36- api ' com.squareup.retrofit2:adapter-rxjava2:2.5.0'
28+ compile " io.reactivex.rxjava2:rxjava:2.2.10"
29+ compile ' io.reactivex.rxjava2:rxandroid:2.1.1'
30+ compile ' com.squareup.okhttp3:okhttp:3.12.2'
31+ compile ' com.squareup.okhttp3:logging-interceptor:3.12.2'
32+ compile ' com.squareup.retrofit2:retrofit:2.5.0'
33+ compile ' com.squareup.retrofit2:converter-gson:2.5.0'
34+ compile ' com.squareup.retrofit2:converter-jackson:2.5.0'
35+ compile ' com.squareup.retrofit2:converter-scalars:2.5.0'
36+ compile ' com.squareup.retrofit2:adapter-rxjava2:2.5.0'
3737}
You can’t perform that action at this time.
0 commit comments