Matthew Finkel pushed to branch tor-browser-81.1.1-10.0-1 at The Tor Project / Applications / fenix

Commits:

1 changed file:

Changes:

  • app/build.gradle
    ... ... @@ -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