From a6e2abca7c76749e4a9c56c867cef6aced42ca68 Mon Sep 17 00:00:00 2001 From: hussainmohd-a Date: Tue, 2 Mar 2021 19:21:55 +0530 Subject: [PATCH] Change in build process The Tun2socks.aar file is no more included as part of library. Added jitpack.io in the build process to include the Tun2socks library. (com.github.celzero:firestack:<>) Changes in proguard-rules.pro file to add the mappings.txt file in the release. (Obfuscation mappings) --- .idea/jarRepositories.xml | 5 +++++ app/build.gradle | 28 ++++++---------------------- app/proguard-rules.pro | 5 +++++ build.gradle | 2 +- tun2socks/tun2socks.aar | Bin 13853563 -> 0 bytes 5 files changed, 17 insertions(+), 23 deletions(-) delete mode 100644 tun2socks/tun2socks.aar diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index a5f05cd8c..237047402 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -21,5 +21,10 @@