Georg Koppen (owner) pushed to branch android-components-57.0.6-10.0-1 at The Tor Project / Applications / android-components
Commits: 0112fb3b by Sebastian Kaspari at 2020-09-17T16:22:21+02:00 Update GeckoView (release) to 81.0.20200917005511.
- - - - - bdbd5ccf by Sebastian Kaspari at 2020-09-17T16:30:31+02:00 Set version to 57.0.6.
- - - - -
2 changed files:
- .buildconfig.yml - buildSrc/src/main/java/Gecko.kt
Changes:
===================================== .buildconfig.yml ===================================== @@ -1,4 +1,4 @@ -componentsVersion: 57.0.5 +componentsVersion: 57.0.6 projects: concept-awesomebar: path: components/concept/awesomebar
===================================== buildSrc/src/main/java/Gecko.kt ===================================== @@ -16,7 +16,7 @@ internal object GeckoVersions { /** * GeckoView Release Version. */ - const val release_version = "81.0.20200914232702" + const val release_version = "81.0.20200917005511" }
@Suppress("Unused", "MaxLineLength")
View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/compare/...
tbb-commits@lists.torproject.org