commit d0fec8e3132ccd73c2cb708c60e34d275df0c435 Author: n8fr8 nathan@guardianproject.info Date: Fri May 1 00:08:55 2020 -0400
update tor and obfs4proxy binary libs to address #326 hopefully --- orbotservice/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index a011b9df..8233defb 100644 --- a/orbotservice/build.gradle +++ b/orbotservice/build.gradle @@ -43,10 +43,10 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
- implementation 'org.torproject:tor-android-binary:0.4.2.7' + implementation 'org.torproject:tor-android-binary:0.4.2.7a'
- implementation 'info.pluggabletransports.aptds:apt-dispatch-library:1.0.7' - implementation 'info.pluggabletransports.aptds:apt-meek-obfs4-legacy:1.0.8' + implementation 'info.pluggabletransports.aptds:apt-dispatch-library:1.0.9' + implementation 'info.pluggabletransports.aptds:apt-meek-obfs4-legacy:1.0.9' implementation 'info.pluggabletransports.aptds:jsocksAndroid:1.0.4'
implementation 'com.jaredrummler:android-shell:1.0.0'