commit be40bf56a8c8a9d195364402a91f90bec9014c44 Author: n8fr8 nathan@guardianproject.info Date: Wed Nov 11 12:47:57 2020 -0500
modifying dependencies to support use of AAR for IPtProxy (temporarily) --- orbotservice/build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index 106e3a32..a081735e 100644 --- a/orbotservice/build.gradle +++ b/orbotservice/build.gradle @@ -51,12 +51,15 @@ dependencies {
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' + **/ implementation 'info.pluggabletransports.aptds:jsocksAndroid:1.0.4'
implementation 'com.jaredrummler:android-shell:1.0.0' - implementation fileTree(dir: 'libs', include: ['.so','.aar']) + //implementation fileTree(dir: 'libs', include: ['.so','.aar']) + implementation 'androidx.core:core:1.3.2' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' testImplementation 'junit:junit:4.13'