From 1d19382702b45bf79168ba9d00f0f31675472f04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 20:27:51 +0000 Subject: [PATCH] apktool: Update to version 2.10.0 --- bucket/apktool.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/apktool.json b/bucket/apktool.json index 0086cfc172..5c0ae2304d 100644 --- a/bucket/apktool.json +++ b/bucket/apktool.json @@ -1,10 +1,10 @@ { - "version": "2.9.3", + "version": "2.10.0", "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.3/apktool_2.9.3.jar#/apktool.jar", - "hash": "7956eb04194300ce0d0a84ad18771eebc94b89fb8d1ddcce8ea4c056818646f4", + "url": "https://github.com/iBotPeaches/Apktool/releases/download/v2.10.0/apktool_2.10.0.jar#/apktool.jar", + "hash": "c0350abbab5314248dfe2ee0c907def4edd14f6faef1f5d372d3d4abd28f0431", "checkver": { "github": "https://github.com/iBotPeaches/Apktool" },