aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-10-01 10:59:54 +0200
committerChristian Schneppe <christian@pix-art.de>2018-10-01 10:59:54 +0200
commitc0b51141a76b23f05e809d133fdf627b3b4c09bb (patch)
tree11c81c5827c04f580e04bf12173f55a1c893fe75 /build.gradle
parent959157306d0abfc9a7d88112978cae827c6095e2 (diff)
use conscrypt as security provider to provide tls 1.3 and modern cyphers on old androids
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 24a06888d..a13ecbfbe 100644
--- a/build.gradle
+++ b/build.gradle
@@ -76,6 +76,7 @@ dependencies {
implementation 'in.championswimmer:SimpleFingerGestures_Android_Library:1.2'
implementation 'rocks.xmpp:xmpp-addr:0.8.0'
implementation 'org.hsluv:hsluv:0.2'
+ implementation 'org.conscrypt:conscrypt-android:1.3.0'
}
ext {