tor-browser

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

commit 776f6a813f8f37d6ef497afaa981a412573516e6
parent cf4a661b7c73fc482dd92cd9403abdd121be3324
Author: mcarare <48995920+mcarare@users.noreply.github.com>
Date:   Tue, 16 Dec 2025 23:05:53 +0000

Bug 1980525 - Remove local build cache configuration r=android-reviewers,nalexander

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

Diffstat:
Mmobile/android/android-components/settings.gradle | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/mobile/android/android-components/settings.gradle b/mobile/android/android-components/settings.gradle @@ -49,7 +49,6 @@ apply from: file('../autopublish-settings.gradle') buildCache { local { directory = new File(rootDir, '.build-cache') - removeUnusedEntriesAfterDays = 30 } }