From dce71e33703dbd01b3557814c7468aceb641a0df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 20:26:11 +0000 Subject: [PATCH] apktool: Update to version 2.6.1 --- bucket/apktool.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/apktool.json b/bucket/apktool.json index 274ff0ba4c..6c04315d81 100644 --- a/bucket/apktool.json +++ b/bucket/apktool.json @@ -1,10 +1,10 @@ { - "version": "2.6.0", + "version": "2.6.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.6.0/apktool_2.6.0.jar#/apktool.jar", - "hash": "f750a3cd2c1f942f27f5f7fd5d17eada3bdaff0a6643f49db847e842579fdda5", + "url": "https://github.com/iBotPeaches/Apktool/releases/download/v2.6.1/apktool_2.6.1.jar#/apktool.jar", + "hash": "bc2b9a87ac5a86905b6ca343c21a0db3bc37bdd51154bc9cdf65523d95895d34", "checkver": { "github": "https://github.com/iBotPeaches/Apktool" },