commit b3006347be6806b88146379599369cdf055762d4 Author: n8fr8 nathan@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
tor-commits@lists.torproject.org