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

Upgrade Glean to v31.1.0 #7336

Merged
merged 1 commit into from
Jun 12, 2020
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 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 = "60.0.0"

const val mozilla_glean = "31.0.2"
const val mozilla_glean = "31.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 @@ -64,6 +64,11 @@ permalink: /changelog/
* **feature-top-sites**:
* ⚠️ **This is a breaking change**: `TopSiteStorage.getTopSites` now returns `Flow` instead of `LiveData`. Use `Flow.asLiveData` to convert the result into a `LiveData` again.

* **service-glean**
* Glean was updated to v31.1.1
* Smaller binary library after a big dependency was dropped
* Limit the number of upload retries in all implementations

# 44.0.0

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