[orbot/master] Update to latest IPtProxy, which fixes cert issues with the meek-azure bridge.

commit 16010aa0ed203599a558c6410b766e5c80651d9a Author: Benjamin Erhart <berhart@netzarchitekten.com> Date: Fri Dec 18 13:19:13 2020 +0100 Update to latest IPtProxy, which fixes cert issues with the meek-azure bridge. --- app/build.gradle | 2 +- orbotservice/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d9d7d917..d0602012 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -119,7 +119,7 @@ dependencies { implementation 'com.android.volley:volley:1.1.1' implementation 'info.pluggabletransports.aptds:apt-dispatch-library:1.0.9' implementation 'info.pluggabletransports.aptds:apt-meek-obfs4-legacy:1.0.9' - implementation 'com.github.tladesignz:IPtProxy:0.5.0' + implementation 'com.github.tladesignz:IPtProxy:0.5.2' } // Map for the version code that gives each ABI a value. diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index 877ac512..3a3e1adc 100644 --- a/orbotservice/build.gradle +++ b/orbotservice/build.gradle @@ -60,5 +60,5 @@ dependencies { implementation 'info.guardianproject:jtorctl:0.4' - implementation 'com.github.tladesignz:IPtProxy:0.5.0' + implementation 'com.github.tladesignz:IPtProxy:0.5.2' }
participants (1)
-
n8fr8@torproject.org