2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1899 - Update GeckoView version to 68.0.20190422094240.

This commit is contained in:
Nick Alexander 2019-04-22 13:13:11 -07:00 committed by Emily Kager
parent 44125bc4c9
commit cb8fafa685

View File

@ -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.20190417093858"
const val nightly_version = "68.0.20190422094240"
const val beta_version = "67.0.20190415085659"
const val release_version = "66.0.20190322021635"
}