From bbcd8a870f287ca5d01fdedcadce5834f89166b1 Mon Sep 17 00:00:00 2001 From: Juby210 <31005896+Juby210@users.noreply.github.com> Date: Mon, 1 May 2023 19:03:03 +0200 Subject: [PATCH] bump dex2jar to no-final branch --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4e5a981..d71da43 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { compileOnly("com.android.tools:sdk-common:31.0.0") compileOnly("com.android.tools.build:gradle:7.0.4") - implementation("com.github.Aliucord.dex2jar:dex-translator:d5a5efb06c") + implementation("com.github.Aliucord.dex2jar:dex-translator:808b91d679") implementation("com.aliucord.jadx:jadx-core:1.4.5-SNAPSHOT") implementation("com.aliucord.jadx:jadx-dex-input:1.4.5-SNAPSHOT") implementation("com.aliucord:jadb:1.2.1-SNAPSHOT")