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.
This commit is contained in:
Hans-Christoph Steiner 2021-05-07 11:01:18 +02:00
parent 6671683d08
commit 09c7b21fd8
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA

View File

@ -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'