From c749aa1cae26a12319661034d1ee45c7b5bc3e77 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Wed, 25 Sep 2019 21:12:12 +0200 Subject: [PATCH] bumped okhttp --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 08fedf691..7abcacc9d 100644 --- a/build.gradle +++ b/build.gradle @@ -63,13 +63,14 @@ dependencies { implementation project(':libs:xmpp-addr') implementation 'org.osmdroid:osmdroid-android:6.1.0' implementation 'org.hsluv:hsluv:0.2' - implementation 'org.conscrypt:conscrypt-android:2.1.0' + implementation 'org.conscrypt:conscrypt-android:2.2.1' implementation 'me.drakeet.support:toastcompat:1.1.0' implementation "com.leinardi.android:speed-dial:2.0.1" implementation 'com.squareup.retrofit2:retrofit:2.6.1' implementation 'com.squareup.retrofit2:converter-gson:2.6.1' + implementation 'com.squareup.okhttp3:okhttp:3.14.3' implementation 'com.google.guava:guava:27.1-android' - quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.10.1' + quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.10.16' } ext {