Matthew Finkel pushed to branch tor-browser-81.1.1-10.0-1 at The Tor Project / Applications / fenix
Commits: b4d5b61e by Matthew Finkel at 2020-09-30T22:12:23+00:00 Bug 40064: Use Gecko Beta for Nightly and Debug variants
- - - - - 1087d1ef by Matthew Finkel at 2020-10-01T15:48:58+00:00 Merge branch 'bug_40064_00' into tor-browser-81.1.1-10.0-1
- - - - -
1 changed file:
- app/build.gradle
Changes:
===================================== app/build.gradle ===================================== @@ -327,9 +327,9 @@ ext.gleanDocsDirectory = "$rootDir/docs" apply plugin: "org.mozilla.telemetry.glean-gradle-plugin"
dependencies { - debugImplementation Deps.mozilla_browser_engine_gecko_nightly + debugImplementation Deps.mozilla_browser_engine_gecko_beta
- nightlyImplementation Deps.mozilla_browser_engine_gecko_nightly + nightlyImplementation Deps.mozilla_browser_engine_gecko_beta betaImplementation Deps.mozilla_browser_engine_gecko_beta releaseImplementation Deps.mozilla_browser_engine_gecko_release
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/compare/d7f419b356f47...
tor-commits@lists.torproject.org