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

Commit

Permalink
Merge #8206
Browse files Browse the repository at this point in the history
8206: Upgrade Glean to v32.1.1 r=brizental a=badboy



Co-authored-by: Jan-Erik Rediger <[email protected]>
  • Loading branch information
MozLando and badboy committed Aug 25, 2020
2 parents da914b2 + 55921ab commit 2cec4ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Versions {

const val mozilla_appservices = "61.0.12"

const val mozilla_glean = "32.1.0"
const val mozilla_glean = "32.1.1"

const val material = "1.1.0"
const val nearby = "17.0.0"
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ permalink: /changelog/
* ⚠️ **This is a breaking change**: The `SiteControlsBuilder` interface has changed. `buildNotification` now takes two parameters: `Context` and `Notification.Builder`.
* `WebAppSiteControlsFeature` now supports displaying monochrome icons.

* **service-glean**
* Glean was updated to v32.1.1
* Support installing glean_parser in offline mode.
* Fix a startup crash on some Android 8 (SDK=25) devices, due to a [bug in the Java compiler](https://issuetracker.google.com/issues/110848122#comment17).

# 55.0.0

* [Commits](https://github.com/mozilla-mobile/android-components/compare/v54.0.0...v55.0.0)
Expand Down

0 comments on commit 2cec4ff

Please sign in to comment.