commit cd0c2c88ce0eaddf5ce1a1b3561c0c11b9058d37 Author: n8fr8 nathan@guardianproject.info Date: Wed Aug 12 14:53:15 2020 -0400
update tor to 0.4.3.6 --- orbotservice/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index 29230b70..7667bf35 100644 --- a/orbotservice/build.gradle +++ b/orbotservice/build.gradle @@ -47,7 +47,7 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
- implementation 'org.torproject:tor-android-binary:0.4.2.7a' + implementation 'org.torproject:tor-android-binary:0.4.3.6-actual'
implementation 'info.pluggabletransports.aptds:apt-dispatch-library:1.0.9' implementation 'info.pluggabletransports.aptds:apt-meek-obfs4-legacy:1.0.9' @@ -59,5 +59,6 @@ dependencies {
implementation 'com.offbynull.portmapper:portmapper:2.0.5'
- implementation 'org.briarproject:jtorctl:0.3' + implementation 'info.guardianproject:jtorctl:0.4' + }
tor-commits@lists.torproject.org