commit b2646a3c990daebcb3d2766b424417c442a72bd4 Author: n8fr8 nathan@guardianproject.info Date: Fri Apr 24 23:13:28 2020 -0400
update AndroidPT to latest 1.0.8 with fixes for obfs4 and meek on Android 10 --- orbotservice/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index 1b3f308f..5468d426 100644 --- a/orbotservice/build.gradle +++ b/orbotservice/build.gradle @@ -45,7 +45,7 @@ dependencies {
implementation 'org.torproject:tor-android-binary:0.4.2.5' implementation 'info.pluggabletransports.aptds:apt-dispatch-library:1.0.7' - implementation 'info.pluggabletransports.aptds:apt-meek-obfs4-legacy:1.0.7' + implementation 'info.pluggabletransports.aptds:apt-meek-obfs4-legacy:1.0.8' implementation 'info.pluggabletransports.aptds:jsocksAndroid:1.0.4'
implementation 'com.jaredrummler:android-shell:1.0.0'