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
-
1087d1ef
by Matthew Finkel at 2020-10-01T15:48:58+00:00
1 changed file:
Changes:
| ... | ... | @@ -327,9 +327,9 @@ ext.gleanDocsDirectory = "$rootDir/docs" |
| 327 | 327 |
apply plugin: "org.mozilla.telemetry.glean-gradle-plugin"
|
| 328 | 328 |
|
| 329 | 329 |
dependencies {
|
| 330 |
- debugImplementation Deps.mozilla_browser_engine_gecko_nightly
|
|
| 330 |
+ debugImplementation Deps.mozilla_browser_engine_gecko_beta
|
|
| 331 | 331 |
|
| 332 |
- nightlyImplementation Deps.mozilla_browser_engine_gecko_nightly
|
|
| 332 |
+ nightlyImplementation Deps.mozilla_browser_engine_gecko_beta
|
|
| 333 | 333 |
betaImplementation Deps.mozilla_browser_engine_gecko_beta
|
| 334 | 334 |
releaseImplementation Deps.mozilla_browser_engine_gecko_release
|
| 335 | 335 |
|