tor-browser

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

commit a8100c403857e47f5e8f6f191a472315f5fb7759
parent bcae7607639931bf4edd7b95d8bff93c375f3cde
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Date:   Wed, 17 Dec 2025 02:37:43 +0000

Bug 2006532 - Update bundletool to version 1.18.3. r=android-reviewers,jonalmeida

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

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.2" +BUNDLETOOL_VERSION = "1.18.3" 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