[tor-commits] [orbot/master] the main app needs access to the aar for building as well

n8fr8 at torproject.org n8fr8 at torproject.org
Wed Dec 23 16:36:12 UTC 2020


commit b3006347be6806b88146379599369cdf055762d4
Author: n8fr8 <nathan at guardianproject.info>
Date:   Wed Nov 11 12:47:22 2020 -0500

    the main app needs access to the aar for building as well
---
 app/build.gradle      |   5 +++++
 app/libs/IPtProxy.aar | Bin 0 -> 29425327 bytes
 2 files changed, 5 insertions(+)

diff --git a/app/build.gradle b/app/build.gradle
index 944c29d0..8c8810ff 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -117,6 +117,11 @@ android {
 
     }
 
+    repositories {
+        flatDir {
+            dir 'libs'
+        }
+    }
 }
 
 
diff --git a/app/libs/IPtProxy.aar b/app/libs/IPtProxy.aar
new file mode 100644
index 00000000..ed76d5fb
Binary files /dev/null and b/app/libs/IPtProxy.aar differ





More information about the tor-commits mailing list