From ed072807e45797a0bbfb87d7656c0138722297e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 2 Dec 2020 19:12:24 +0100 Subject: [PATCH] apktool: Update to version 2.5.0 --- bucket/apktool.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/apktool.json b/bucket/apktool.json index a52d73ddf8..ed8290337d 100644 --- a/bucket/apktool.json +++ b/bucket/apktool.json @@ -1,10 +1,10 @@ { - "homepage": "https://ibotpeaches.github.io/Apktool/", + "version": "2.5.0", "description": "A tool for reverse engineering Android apk files", - "version": "2.4.1", + "homepage": "https://ibotpeaches.github.io/Apktool/", "license": "Apache-2.0", - "url": "https://github.com/iBotPeaches/Apktool/releases/download/v2.4.1/apktool_2.4.1.jar#/apktool.jar", - "hash": "bdeb66211d1dc1c71f138003ce35f6d0cd19af6f8de7ffbdd5b118d02d825a52", + "url": "https://github.com/iBotPeaches/Apktool/releases/download/v2.5.0/apktool_2.5.0.jar#/apktool.jar", + "hash": "b392d7cb99b592e9c5acc3c06f1b0f180edde96c66b86b3d6932b7c0c4079fe4", "checkver": { "github": "https://github.com/iBotPeaches/Apktool" },