tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit b260492db347b284d72038ac9c38f700577cfc59
parent c02cbea021c7c7ed69126f6d84d6932a560b45bb
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Date:   Thu, 30 Oct 2025 00:59:15 +0000

Bug 1997089 - Update Android bundletool to version 1.18.2. r=geckoview-reviewers,calu

Differential Revision: https://phabricator.services.mozilla.com/D270507

Diffstat:
Mpython/mozboot/mozboot/android.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/mozboot/mozboot/android.py b/python/mozboot/mozboot/android.py @@ -27,7 +27,7 @@ NDK_VERSION = "r29" CMDLINE_TOOLS_VERSION_STRING = "19.0" CMDLINE_TOOLS_VERSION = "13114758" -BUNDLETOOL_VERSION = "1.18.1" +BUNDLETOOL_VERSION = "1.18.2" BUNDLETOOL_URL = f"https://github.com/google/bundletool/releases/download/{BUNDLETOOL_VERSION}/bundletool-all-{BUNDLETOOL_VERSION}.jar" # We expect the emulator AVD definitions to be platform agnostic