File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ version '1.0-SNAPSHOT'
7
7
8
8
repositories {
9
9
mavenCentral()
10
- maven { url " https://oss.sonatype.org/content/repositories/snapshots" }
11
10
}
12
11
13
12
dependencies {
@@ -26,14 +25,14 @@ dependencies {
26
25
implementation " com.fasterxml.jackson.module:jackson-module-kotlin:2.9.7"
27
26
implementation ' ch.qos.logback:logback-classic:1.0.13'
28
27
29
- def retrofit_version = ' 2.5.1-SNAPSHOT '
28
+ def retrofit_version = ' 2.6.0 '
30
29
implementation " com.squareup.retrofit2:retrofit:$retrofit_version "
31
30
implementation " com.squareup.retrofit2:converter-gson:$retrofit_version "
31
+ implementation " com.squareup.retrofit2:retrofit-mock:$retrofit_version "
32
32
33
33
implementation ' io.reactivex.rxjava2:rxjava:2.2.8'
34
34
implementation ' io.reactivex.rxjava2:rxkotlin:2.3.0'
35
- implementation ' com.squareup.retrofit2:adapter-rxjava2:2.5.1-SNAPSHOT'
36
- implementation ' com.squareup.retrofit2:retrofit-mock:2.5.0'
35
+ implementation " com.squareup.retrofit2:adapter-rxjava2:$retrofit_version "
37
36
38
37
testImplementation " junit:junit:4.12"
39
38
testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version "
You can’t perform that action at this time.
0 commit comments