tor-browser

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

commit 49f4b9e956a20a316e4591c5062b8367e0237a1b
parent 9c7e00925b4d983e697e7b033f27b57194d352d3
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Date:   Wed, 17 Dec 2025 13:21:55 +0000

Bug 2006537 - Update Protobuf Gradle Plugin to version 0.9.6. r=android-reviewers,mcarare

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

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 @@ -64,7 +64,7 @@ protobuf = "4.33.0" # Keep Protobuf in sync with the version used by AppServices # Gradle plugins jacoco = "0.8.14" kotlin-dsl = "6.4.1" -protobuf-plugin = "0.9.5" +protobuf-plugin = "0.9.6" python-envs-plugin = "0.0.31" semanticdb-javac = "0.11.1" semanticdb-kotlinc = "0.7.0"