summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2023-04-18 12:21:50 +0000
committercyberta <cyberta@riseup.net>2023-04-18 12:21:50 +0000
commit7e1d7e2b0f4358be1e34cceef1282e6f8feb8a9e (patch)
treeb27c49d88dc1e176823ab452177e3af712390809 /app/build.gradle
parent821cac0b60b85d0956cbe97de84766f660b907a6 (diff)
parent3ce9d2a5df2a193fd85f82b8201de57f1026302b (diff)
Merge branch 'DoH' into 'master'
DoH See merge request leap/bitmask_android!239
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6db759b4..07cf4ca5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -426,7 +426,9 @@ 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 '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'