From 09c7b21fd860820182198dadc9f1afc720a8451e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 7 May 2021 11:01:18 +0200 Subject: [PATCH] bump netcipher to 2.2.0-alpha to get TorServices and TLSv1.2 min NetCipher provides the interface for starting Tor on demand. It also provides the mechanism to upgrade the TLS settings to the best possible, based on what each device is capable of. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 81e8e1162..4af7d13cd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -157,7 +157,7 @@ dependencies { implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5' implementation 'com.google.zxing:core:3.3.3' - implementation 'info.guardianproject.netcipher:netcipher:2.0.0-beta1' + implementation 'info.guardianproject.netcipher:netcipher:2.2.0-alpha' implementation 'info.guardianproject.panic:panic:1.0' implementation 'commons-io:commons-io:2.6' implementation 'commons-net:commons-net:3.6'