Merge branch '1416-obfs4' into 'master'

Add obfs4proxy and switch to obfs4 bridges

Closes #1417

See merge request briar/briar!964
This commit is contained in:
akwizgran
2018-10-30 13:58:13 +00:00
4 changed files with 26 additions and 9 deletions

View File

@@ -29,6 +29,7 @@ configurations {
dependencies {
implementation project(path: ':bramble-core', configuration: 'default')
tor 'org.briarproject:tor-android:0.3.4.8@zip'
tor 'org.briarproject:obfs4proxy-android:0.0.7@zip'
annotationProcessor 'com.google.dagger:dagger-compiler:2.0.2'