From c44558cacde6080d67e08d1a7524338082fffe5d Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 27 Aug 2023 22:14:11 +0200 Subject: [PATCH] build: bump dependencies This fixes an issue with flagging the resource table with sparse incorrectly. --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6672eba..fd092ef 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] android = "4.1.1.4" kotlin-reflect = "1.9.0" -apktool-lib = "2.8.2-5" +apktool-lib = "2.8.2-6" kotlin-test = "1.8.20-RC" kotlinx-coroutines-core = "1.7.1" multidexlib2 = "3.0.3.r2"