diff --git a/app/build.gradle b/app/build.gradle index 944c29d05..8c8810ff7 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 000000000..ed76d5fb1 Binary files /dev/null and b/app/libs/IPtProxy.aar differ