diff options
author | cyBerta <cyberta@riseup.net> | 2017-10-25 15:55:49 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2017-10-25 15:55:49 +0200 |
commit | c37149dec7dbc2ff2bccfa643792080c3c86ce18 (patch) | |
tree | f9e9c46c20448668639239e43bdbb9c88f198663 /app/build.gradle | |
parent | 0b146ea7ce6b628c7ff56a20318e7495960dfb7c (diff) |
8757 fixes session cookie handling by implementing okHttpClient and custom cookiejar, enables TLS 1.2 on old devices, restricts allowed cipher suites on new devices in order to harden tls based communication
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 2614c6fb..7f838cdf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -60,6 +60,7 @@ dependencies { compile 'com.intellij:annotations:12.0' compile 'com.google.code.gson:gson:2.4' compile 'org.thoughtcrime.ssl.pinning:AndroidPinning:1.0.0' + compile 'com.squareup.okhttp3:okhttp:3.9.0' compile 'mbanje.kurt:fabbutton:1.1.4' compile 'com.android.support:support-annotations:25.3.1' compile 'com.android.support:support-v4:26.0.0-alpha1' |