Crash as soon as Tor closes the control connection.

This commit is contained in:
akwizgran
2022-07-06 15:38:23 +01:00
parent a5563ead28
commit 622683f45e
3 changed files with 9 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ dependencies {
implementation 'org.bitlet:weupnp:0.1.4'
implementation 'net.i2p.crypto:eddsa:0.2.0'
implementation 'org.whispersystems:curve25519-java:0.5.0'
implementation 'org.briarproject:jtorctl:0.4'
implementation 'org.briarproject:jtorctl:0.5'
//noinspection GradleDependency
implementation "com.squareup.okhttp3:okhttp:$okhttp_version"