Unverified Commit 103c20b3 authored by Matthew Finkel's avatar Matthew Finkel
Browse files

Bug 40064: Use Gecko Beta for Nightly and Debug variants

parent dd0dafed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -351,9 +351,9 @@ dependencies {
    jnaForTest Deps.jna
    testImplementation files(configurations.jnaForTest.copyRecursive().files)

    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