tor-browser

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

commit a075c38128402d8608b11790d9b9c3326aa16c94
parent 62f5335a1829b9802ef6908c39bebe43e90f180d
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Date:   Tue, 25 Nov 2025 13:37:58 +0000

Bug 2001230 - Update AndroidX Activity to version 1.12.0. r=android-reviewers,mcarare

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

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