diff options
author | cyBerta <cyberta@riseup.net> | 2022-12-29 22:27:09 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2023-04-18 00:52:47 +0200 |
commit | fda53ef186c2b89dcde81906aa1923704ca35d23 (patch) | |
tree | f0b1d0ecea6dad2a59575ce76a2442988e65d1bd /app/build.gradle | |
parent | 821cac0b60b85d0956cbe97de84766f660b907a6 (diff) |
update okhttp
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 3 |
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' |