From 43ef65645e8124d695db23af9751e21af160c7bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 20:23:06 +0000 Subject: [PATCH] apktool: Update to version 2.9.0 --- bucket/apktool.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/apktool.json b/bucket/apktool.json index d9183813a0..29f44da8a6 100644 --- a/bucket/apktool.json +++ b/bucket/apktool.json @@ -1,10 +1,10 @@ { - "version": "2.8.1", + "version": "2.9.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.8.1/apktool_2.8.1.jar#/apktool.jar", - "hash": "7b4a8e1703e228d206db29644b71141687d8a111b55b039b08b02dfa443ab0f9", + "url": "https://github.com/iBotPeaches/Apktool/releases/download/v2.9.0/apktool_2.9.0.jar#/apktool.jar", + "hash": "e5ecf759297b845be64a3a5145ccc372db905b15a801a22ea1c91ee03c4c7a65", "checkver": { "github": "https://github.com/iBotPeaches/Apktool" },