Upgrade jtorctl to 0.4.

This commit is contained in:
akwizgran
2022-05-30 17:03:42 +01:00
parent 3ebbb2a8cf
commit 804049209d
2 changed files with 2 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.3'
implementation 'org.briarproject:jtorctl:0.4'
//noinspection GradleDependency
implementation "com.squareup.okhttp3:okhttp:$okhttp_version"