commit 051a5791b1ab32b5b3f6d35b42d628d7658e1ef0 Author: n8fr8 nathan@guardianproject.info Date: Tue Dec 8 17:42:18 2020 -0500
remove local IPtProxy; use jitpack dependency instead --- IPtProxy/IPtProxy.aar | Bin 29425327 -> 0 bytes IPtProxy/build.gradle | 2 -- orbotservice/build.gradle | 3 +-- settings.gradle | 1 - 4 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/IPtProxy/IPtProxy.aar b/IPtProxy/IPtProxy.aar deleted file mode 100644 index ed76d5fb..00000000 Binary files a/IPtProxy/IPtProxy.aar and /dev/null differ diff --git a/IPtProxy/build.gradle b/IPtProxy/build.gradle deleted file mode 100644 index afc0293e..00000000 --- a/IPtProxy/build.gradle +++ /dev/null @@ -1,2 +0,0 @@ -configurations.maybeCreate("default") -artifacts.add("default", file('IPtProxy.aar')) \ No newline at end of file diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index 447ee60d..c1b99e7b 100644 --- a/orbotservice/build.gradle +++ b/orbotservice/build.gradle @@ -60,6 +60,5 @@ dependencies {
implementation 'info.guardianproject:jtorctl:0.4'
- /*********** IPtProxy: https://github.com/tladesignz/IPtProxy **********/ - implementation project(path: ':IPtProxy') + implementation 'com.github.tladesignz:IPtProxy:0.5.0' } diff --git a/settings.gradle b/settings.gradle index d9af051e..46cf1758 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,4 +1,3 @@ -include ':IPtProxy' include ':intentintegrator' include ':appcore' include ':orbotservice',':app',':app-mini'