From a9e100ebcc9d328493695f5ad619d8993e65d537 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 30 Mar 2021 14:26:14 +0200 Subject: [PATCH] Prepare 1.30.0 release --- pmb/config/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index d1805e65..77bbb32c 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -15,7 +15,7 @@ from pmb.config.merge_with_args import merge_with_args # # Exported variables (internal configuration) # -version = "1.29.2" +version = "1.30.0" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys" @@ -24,7 +24,7 @@ apk_keys_path = pmb_src + "/pmb/data/keys" # Update this frequently to prevent a MITM attack with an outdated version # (which may contain a vulnerable apk/openssl, and allows an attacker to # exploit the system!) -apk_tools_min_version = {"edge": "2.12.1-r0", +apk_tools_min_version = {"edge": "2.12.4-r0", "v3.13": "2.12.1-r0", "v3.12": "2.10.5-r1"}