diff --git a/app/build.gradle b/app/build.gradle index 9edaa46d3..dee3a23fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -271,7 +271,7 @@ dependencies { implementation Deps.mozilla_feature_downloads implementation Deps.mozilla_browser_domains implementation Deps.mozilla_browser_icons - implementation Deps.mozilla_browser_engine_gecko_beta + implementation Deps.mozilla_browser_engine_gecko_nightly implementation Deps.mozilla_browser_session implementation Deps.mozilla_browser_storage_sync implementation Deps.mozilla_browser_toolbar diff --git a/buildSrc/src/main/java/Gecko.kt b/buildSrc/src/main/java/Gecko.kt index 20c4eafc9..0af590044 100644 --- a/buildSrc/src/main/java/Gecko.kt +++ b/buildSrc/src/main/java/Gecko.kt @@ -3,7 +3,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ internal object GeckoVersions { - const val nightly_version = "68.0.20190329094433" + const val nightly_version = "68.0.20190403060632" const val beta_version = "67.0.20190318154932" const val release_version = "66.0.20190320150847" }