From a9a082ec65257d15c522eb70ad5395acb43a965f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 16:29:36 +0000 Subject: [PATCH] apktool: Update to version 2.7.0 --- bucket/apktool.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/apktool.json b/bucket/apktool.json index 6c04315d81..e40c269c3d 100644 --- a/bucket/apktool.json +++ b/bucket/apktool.json @@ -1,10 +1,10 @@ { - "version": "2.6.1", + "version": "2.7.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.6.1/apktool_2.6.1.jar#/apktool.jar", - "hash": "bc2b9a87ac5a86905b6ca343c21a0db3bc37bdd51154bc9cdf65523d95895d34", + "url": "https://github.com/iBotPeaches/Apktool/releases/download/v2.7.0/apktool_2.7.0.jar#/apktool.jar", + "hash": "c11b5eb518d9ac2ab18e959cbe087499079072b04d567cdcae5ceb447f9a7e7d", "checkver": { "github": "https://github.com/iBotPeaches/Apktool" },