From 7580f5c2fc346563679a7aecc58840cafb8c4794 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 27 Aug 2023 22:23:41 +0200 Subject: [PATCH] build(Needs bump): bump dependencies This fixes an issue with flagging the resource table with sparse incorrectly. --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bae08e2..0378477 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] shadow = "8.1.1" -apksig = "8.1.0" +apksig = "8.1.1" bcpkix-jdk15on = "1.70" jackson-module-kotlin = "2.14.3" jadb = "2531a28109" @@ -8,7 +8,7 @@ kotlin-reflect = "1.9.0" kotlin-test = "1.8.20-RC" kotlinx-coroutines-core = "1.7.1" picocli = "4.7.3" -revanced-patcher = "14.1.0" +revanced-patcher = "14.2.1" [libraries] apksig = { module = "com.android.tools.build:apksig", version.ref = "apksig" }