commit df8360b413b858598fefa9dd893ffd95ada88252 Author: n8fr8 nathan@guardianproject.info Date: Fri Apr 30 15:57:24 2021 -0400
remove unneeded old obfs4proxy library references --- app/build.gradle | 2 -- 1 file changed, 2 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle index e42a047e..70349b22 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -123,8 +123,6 @@ dependencies { androidTestImplementation "tools.fastlane:screengrab:1.2.0" implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' 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.2' }
tor-commits@lists.torproject.org