From 11c846a2d21962d9a99f053c45c88dc49e536b86 Mon Sep 17 00:00:00 2001 From: Lanchon Date: Sat, 6 Jul 2019 03:59:41 -0300 Subject: [PATCH] Update smali fork link --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7a9e221..334500e 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ repositories { jcenter() // Use local fork of dexlib2: - // (https://github.com/DexPatcher/dexlib2-fork-for-dexpatcher) + // (https://github.com/DexPatcher/smali/tree/dxp-v1.1.x) //flatDir dirs: '../dexlib2-fork-for-dexpatcher/dexlib2/build/libs' //flatDir dirs: '../dexlib2-fork-for-dexpatcher/util/build/libs' }