tor-browser

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

commit 7420cbb45fe087b5ef623e4cb9774d14deaf6f1c
parent 11791459c4801538b389cdedaab3cc0d813230a0
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Date:   Thu, 18 Dec 2025 13:46:11 +0000

Bug 2006731 - Update AndroidX Activity to version 1.12.2. r=android-reviewers,mcarare

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

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.1" +activity = "1.12.2" annotation = "1.9.1" annotation-experimental = "1.5.1" appcompat = "1.7.1"