Skip to content

Commit b1e73bb

Browse files
committed
Update to Retrofit 2.6.0
1 parent d8f0e6b commit b1e73bb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ version '1.0-SNAPSHOT'
77

88
repositories {
99
mavenCentral()
10-
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
1110
}
1211

1312
dependencies {
@@ -26,14 +25,14 @@ dependencies {
2625
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.9.7"
2726
implementation 'ch.qos.logback:logback-classic:1.0.13'
2827

29-
def retrofit_version = '2.5.1-SNAPSHOT'
28+
def retrofit_version = '2.6.0'
3029
implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
3130
implementation "com.squareup.retrofit2:converter-gson:$retrofit_version"
31+
implementation "com.squareup.retrofit2:retrofit-mock:$retrofit_version"
3232

3333
implementation 'io.reactivex.rxjava2:rxjava:2.2.8'
3434
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"
3736

3837
testImplementation "junit:junit:4.12"
3938
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"

0 commit comments

Comments
 (0)