Temporarily add self-built Windows tor binary

Until it's officially published by the Briar Project.
This commit is contained in:
Nico Alt
2022-02-09 00:00:01 +00:00
parent fa6f7e62ed
commit fcd52261fe
3 changed files with 1 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ dependencies {
def jna_version = '4.5.2'
implementation "net.java.dev.jna:jna:$jna_version"
implementation "net.java.dev.jna:jna-platform:$jna_version"
tor "org.briarproject:tor:$tor_version"
tor fileTree(dir: 'libs', include: '*.zip')
tor "org.briarproject:obfs4proxy:$obfs4proxy_version@zip"
annotationProcessor "com.google.dagger:dagger-compiler:$dagger_version"