From 5a51541dea24ab239e08aa5a20e02cec07da185b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 04:28:59 +0000 Subject: [PATCH] apktool: Update to version 2.11.0 --- bucket/apktool.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/apktool.json b/bucket/apktool.json index 5c0ae2304d..7c1535d1a8 100644 --- a/bucket/apktool.json +++ b/bucket/apktool.json @@ -1,10 +1,10 @@ { - "version": "2.10.0", + "version": "2.11.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.10.0/apktool_2.10.0.jar#/apktool.jar", - "hash": "c0350abbab5314248dfe2ee0c907def4edd14f6faef1f5d372d3d4abd28f0431", + "url": "https://github.com/iBotPeaches/Apktool/releases/download/v2.11.0/apktool_2.11.0.jar#/apktool.jar", + "hash": "8fdc17c6fe2e6d80d71b8718eb2a5d0379f1cc7139ae777f6a499ce397b26f54", "checkver": { "github": "https://github.com/iBotPeaches/Apktool" },