tor-browser

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

commit 5bcf4a222fdfa87ace08a91cf264c1a4b658dc81
parent 5ccf392dce86930b66101bc463f91fd0530915d1
Author: Mark Hammond <mhammond@skippinet.com.au>
Date:   Wed,  7 Jan 2026 01:11:36 +0000

Bug 2007865 - remove references to unused 'tooling-nimbus-gradle'. r=nalexander,android-reviewers

The in-tree `org.mozilla.nimbus-gradle-plugin` is used instead.

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

Diffstat:
Mmobile/android/fenix/build.gradle | 1-
Mmobile/android/focus-android/build.gradle | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/mobile/android/fenix/build.gradle b/mobile/android/fenix/build.gradle @@ -24,7 +24,6 @@ buildscript { classpath libs.androidx.navigation.safeargs classpath libs.mozilla.glean.gradle.plugin classpath libs.osslicenses.plugin - classpath "${ApplicationServicesConfig.groupId}:tooling-nimbus-gradle:${ApplicationServicesConfig.version}" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/mobile/android/focus-android/build.gradle b/mobile/android/focus-android/build.gradle @@ -21,7 +21,6 @@ buildscript { classpath libs.android.gradle.plugin classpath libs.mozilla.glean.gradle.plugin classpath libs.osslicenses.plugin - classpath "${ApplicationServicesConfig.groupId}:tooling-nimbus-gradle:${ApplicationServicesConfig.version}" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files