From 5b05af7ae43fc75e9cd2fa4c8f67722d7ecf8661 Mon Sep 17 00:00:00 2001 From: Christian Schneppe <christian.schneppe@pix-art.de> Date: Sat, 6 Mar 2021 21:36:40 +0100 Subject: [PATCH] update libs --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 0c267cac1..01c23602b 100644 --- a/build.gradle +++ b/build.gradle @@ -82,10 +82,10 @@ dependencies { implementation 'org.osmdroid:osmdroid-android:6.1.5' implementation 'com.leinardi.android:speed-dial:3.1.1' // version >= 3.0.0 needs android X libraries implementation 'com.squareup.picasso:picasso:2.71828' - implementation 'com.squareup.okhttp3:okhttp:3.12.11' // versions > 3.12.x don't support API level < 21 anymore - implementation 'com.squareup.retrofit2:retrofit:2.6.4' //retrofit needs to stick with 2.6.x (https://github.com/square/retrofit/blob/master/CHANGELOG.md) - implementation 'com.squareup.retrofit2:converter-gson:2.6.4' - implementation 'com.google.guava:guava:28.2-android' + implementation 'com.squareup.okhttp3:okhttp:3.12.12' // versions > 3.12.x don't support API level < 21 anymore + implementation 'com.squareup.retrofit2:retrofit:2.9.0' //retrofit needs to stick with 2.6.x (https://github.com/square/retrofit/blob/master/CHANGELOG.md) + implementation 'com.squareup.retrofit2:converter-gson:2.9.0' + implementation 'com.google.guava:guava:30.1-android' implementation 'com.github.AppIntro:AppIntro:6.1.0' implementation "androidx.browser:browser:1.3.0" implementation fileTree(include: ['libwebrtc-m85.aar'], dir: 'libs')