From d7631c1868faf0be73cab2be26cf370049ac7174 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Fri, 30 Apr 2021 00:13:26 +0200 Subject: [PATCH] update retrofit since it has links to rxjava2 Signed-off-by: Andy Scherzinger --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b75488a95..bd44ce9ac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -158,7 +158,7 @@ ext { materialDialogsVersion = "3.3.0" parcelerVersion = "1.1.13" powermockVersion = "2.0.9" - retrofit2Version = "2.7.1" + retrofit2Version = "2.9.0" workVersion = "2.5.0" markwonVersion = "4.6.2" } @@ -174,7 +174,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'com.github.vanniktech:Emoji:0.6.0' + implementation 'com.github.vanniktech:Emoji:0.6.0' // 0.7.0 has display issue - don't update to 0.7.0 implementation group: 'androidx.emoji', name: 'emoji-bundled', version: '1.1.0' implementation 'org.michaelevans.colorart:library:0.0.3' implementation "androidx.work:work-runtime:${workVersion}" @@ -212,8 +212,8 @@ dependencies { implementation "com.squareup.retrofit2:adapter-rxjava2:${retrofit2Version}" implementation 'com.github.aurae.retrofit2:converter-logansquare:1.4.1' - implementation "com.google.dagger:dagger:$daggerVersion" - kapt "com.google.dagger:dagger-compiler:$daggerVersion" + implementation "com.google.dagger:dagger:${daggerVersion}" + kapt "com.google.dagger:dagger-compiler:${daggerVersion}" implementation 'com.github.lukaspili.autodagger2:autodagger2:1.1' kapt 'com.github.lukaspili.autodagger2:autodagger2-compiler:1.1' compileOnly 'javax.annotation:javax.annotation-api:1.3.2'