From 4ab756c4b57a579ecfba1f09318660954eedc809 Mon Sep 17 00:00:00 2001 From: DonalMe <76789979+DonalMe@users.noreply.github.com> Date: Tue, 2 Aug 2022 16:20:13 -0400 Subject: [PATCH] Update GeckoView (Release) to 103.0.20220802163236 --- .buildconfig.yml | 2 +- buildSrc/src/main/java/Gecko.kt | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildconfig.yml b/.buildconfig.yml index 9b38f30c13e..8899d8353ef 100644 --- a/.buildconfig.yml +++ b/.buildconfig.yml @@ -1,6 +1,6 @@ # Please keep this version in sync with version.txt # version.txt should be the new source of truth for version numbers -componentsVersion: 103.0.9 +componentsVersion: 103.0.10 # Please add a treeherder group in taskcluster/ci/config.yml if you add a new project here. projects: compose-awesomebar: diff --git a/buildSrc/src/main/java/Gecko.kt b/buildSrc/src/main/java/Gecko.kt index 1b4da8c8e32..e4c78b82cfa 100644 --- a/buildSrc/src/main/java/Gecko.kt +++ b/buildSrc/src/main/java/Gecko.kt @@ -9,7 +9,7 @@ object Gecko { /** * GeckoView Version. */ - const val version = "103.0.20220718155818" + const val version = "103.0.20220802163236" /** * GeckoView channel diff --git a/version.txt b/version.txt index dadf9961e86..edffcdd3e4b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -103.0.9 \ No newline at end of file +103.0.10 \ No newline at end of file