Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Update to GeckoView Beta 108.0.20221124185931 on releases_v108 #215

Merged
merged 2 commits into from
Nov 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android-components/buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Versions {
const val mozilla_appservices = "95.0.1"

// DO NOT MODIFY MANUALLY. This is auto-updated along with GeckoView.
const val mozilla_glean = "51.8.0"
const val mozilla_glean = "51.8.2"

const val material = "1.2.1"

Expand Down
2 changes: 1 addition & 1 deletion android-components/buildSrc/src/main/java/Gecko.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Gecko {
/**
* GeckoView Version.
*/
const val version = "108.0.20221122190120"
const val version = "108.0.20221124185931"

/**
* GeckoView channel
Expand Down