diff options
author | cyBerta <cyberta@riseup.net> | 2022-12-30 02:38:25 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2023-04-18 00:52:47 +0200 |
commit | d628a7e808c68682ed6fac33970659781129f511 (patch) | |
tree | cdc50942096fd070d9c27a8c163907ff021a03e2 /app/build.gradle | |
parent | 36d2ce3d1c02f3a2e522203b92cc6e98b562650f (diff) |
try tls 1.3 during bootstrapping
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
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' |