mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
[fenix] Build against GeckoView 68.0 (browser-engine-gecko-nightly).
This commit is contained in:
parent
58cb36fa0a
commit
2d060abb23
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user