summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2022-12-29 22:27:09 +0100
committercyBerta <cyberta@riseup.net>2023-04-18 00:52:47 +0200
commitfda53ef186c2b89dcde81906aa1923704ca35d23 (patch)
treef0b1d0ecea6dad2a59575ce76a2442988e65d1bd /app/build.gradle
parent821cac0b60b85d0956cbe97de84766f660b907a6 (diff)
update okhttp
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle3
1 files changed, 2 insertions, 1 deletions
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'