From 71d247eb0163ed9e86837851d41f4a8e85063dad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 20:23:29 +0000 Subject: [PATCH] apktool: Update to version 2.8.1 --- bucket/apktool.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/apktool.json b/bucket/apktool.json index 77f0dc6308..d9183813a0 100644 --- a/bucket/apktool.json +++ b/bucket/apktool.json @@ -1,10 +1,10 @@ { - "version": "2.8.0", + "version": "2.8.1", "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.0/apktool_2.8.0.jar#/apktool.jar", - "hash": "b331323ebf325d63e13375a6147915f9dac048f0f1f86783806f925941748dbc", + "url": "https://github.com/iBotPeaches/Apktool/releases/download/v2.8.1/apktool_2.8.1.jar#/apktool.jar", + "hash": "7b4a8e1703e228d206db29644b71141687d8a111b55b039b08b02dfa443ab0f9", "checkver": { "github": "https://github.com/iBotPeaches/Apktool" },