tor-browser

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

commit fa25353392a93171344eaca5afe502ffe45f6146
parent 1e427e3e2c169d72c436d4b23684d6d5a9c530cd
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Date:   Thu,  4 Dec 2025 20:46:04 +0000

Bug 2003961 - Update AndroidX Activity to version 1.12.1. r=android-reviewers,mcarare

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

Diffstat:
Mgradle/libs.versions.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ kotlin = "2.2.21" serialization = "1.9.0" # AndroidX -activity = "1.12.0" +activity = "1.12.1" annotation = "1.9.1" annotation-experimental = "1.5.1" appcompat = "1.7.1"