From b738dcd7ea04f5fe56e66af46fb11541fe54f6af Mon Sep 17 00:00:00 2001 From: Sculas Date: Thu, 23 Jun 2022 12:20:04 +0200 Subject: [PATCH] fix: dexlib must be propagated --- build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 57fd46db..d68801fd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,8 +21,9 @@ repositories { } dependencies { + api("app.revanced:multidexlib2:2.5.2.r2") + implementation("xpp3:xpp3:1.1.4c") - implementation("app.revanced:multidexlib2:2.5.2.r2") implementation("org.smali:smali:2.5.2") implementation("org.apktool:apktool-lib:2.6.5-SNAPSHOT")