Use SOCKS socket library.

This commit is contained in:
akwizgran
2022-09-29 13:33:04 +01:00
parent 6c1232bfaa
commit 03adfd850b
5 changed files with 4 additions and 191 deletions

View File

@@ -17,6 +17,7 @@ dependencies {
implementation 'net.i2p.crypto:eddsa:0.2.0'
implementation 'org.whispersystems:curve25519-java:0.5.0'
implementation 'org.briarproject:jtorctl:0.5'
implementation 'org.briarproject:socks-socket:0.1'
//noinspection GradleDependency
implementation "com.squareup.okhttp3:okhttp:$okhttp_version"