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

[fenix] Update GeckoView Nightly and Beta (https://github.com/mozilla-mobile/fenix/pull/2270)

This commit is contained in:
Stefan Arentz 2019-05-03 21:54:58 -04:00 committed by Colin Lee
parent 479a452f4a
commit a78fd9a648

View File

@ -3,8 +3,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
object GeckoVersions {
const val nightly_version = "68.0.20190429095544"
const val beta_version = "67.0.20190415085659"
const val nightly_version = "68.0.20190503041749"
const val beta_version = "67.0.20190430135507"
const val release_version = "66.0.20190322021635"
}