Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit 39d7617

Browse files
committed
Update GeckoView to latest nightly
1 parent 2d722fa commit 39d7617

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ buildscript {
2929
// Synchronized versions numbers of GeckoView artifacts.
3030
ext.gecko = [
3131
// Discover nightly builds: https://tools.taskcluster.net/index/gecko.v2.mozilla-central.nightly
32-
nightlyDate: '2018.05.03',
33-
revision: 'a2d1d4158bb4718d8bb31e1284e133aa99273600',
34-
version: '61.0.20180503100147'
32+
nightlyDate: '2018.05.16',
33+
revision: 'dedd25bfd2794eaba95225361f82c701e49c9339',
34+
version: '62.0.20180516100458'
3535
]
3636

3737
repositories {

0 commit comments

Comments
 (0)