From df6a6ee6a5fb11f22e216c7e168557ec3c48e3ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 12:29:33 +0000 Subject: [PATCH] apktool: Update to version 2.9.3 --- bucket/apktool.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/apktool.json b/bucket/apktool.json index 0b06365289..0086cfc172 100644 --- a/bucket/apktool.json +++ b/bucket/apktool.json @@ -1,10 +1,10 @@ { - "version": "2.9.2", + "version": "2.9.3", "description": "A tool for reverse engineering Android apk files", "homepage": "https://ibotpeaches.github.io/Apktool/", "license": "Apache-2.0", - "url": "https://github.com/iBotPeaches/Apktool/releases/download/v2.9.2/apktool_2.9.2.jar#/apktool.jar", - "hash": "831f0ffc97b6f20f511d6183cbf6785464d341aacb0fb7e6f22ef0c7b228911a", + "url": "https://github.com/iBotPeaches/Apktool/releases/download/v2.9.3/apktool_2.9.3.jar#/apktool.jar", + "hash": "7956eb04194300ce0d0a84ad18771eebc94b89fb8d1ddcce8ea4c056818646f4", "checkver": { "github": "https://github.com/iBotPeaches/Apktool" },