tor-browser

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

commit 37760ba8910f1120b9dade99683f1cf1f6e45f88
parent f978c84688549a1e1325d9c3d690df32294695e7
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Date:   Tue, 25 Nov 2025 16:45:01 +0000

Bug 2001231 - Update AndroidX DataStore to version 1.2.0. r=android-reviewers,mcarare

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

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 @@ -27,7 +27,7 @@ constraintlayout-compose = "1.1.1" coordinatorlayout = "1.3.0" core = "1.17.0" core-splashscreen = "1.2.0" -datastore = "1.1.7" +datastore = "1.2.0" drawerlayout = "1.2.0" fragment = "1.8.9" lifecycle = "2.9.4"