From fda53ef186c2b89dcde81906aa1923704ca35d23 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Thu, 29 Dec 2022 22:27:09 +0100 Subject: update okhttp --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 6db759b4..0a4591d2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -426,7 +426,8 @@ dependencies { compileOnly 'com.squareup.dagger:dagger-compiler:1.2.2' implementation 'com.github.pedrovgs:renderers:1.5' implementation 'com.google.code.gson:gson:2.8.6' - implementation 'com.squareup.okhttp3:okhttp:3.12.12' + implementation 'com.squareup.okhttp3:okhttp:4.10.0' + implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.10.0' implementation 'androidx.legacy:legacy-support-core-utils:1.0.0' implementation 'androidx.annotation:annotation:1.4.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' -- cgit v1.2.3 From d628a7e808c68682ed6fac33970659781129f511 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 30 Dec 2022 02:38:25 +0100 Subject: try tls 1.3 during bootstrapping --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 0a4591d2..07cf4ca5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -428,6 +428,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.6' implementation 'com.squareup.okhttp3:okhttp:4.10.0' implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.10.0' + implementation 'org.conscrypt:conscrypt-android:2.5.2' implementation 'androidx.legacy:legacy-support-core-utils:1.0.0' implementation 'androidx.annotation:annotation:1.4.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' -- cgit v1.2.3