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

Commit

Permalink
Merge #7336
Browse files Browse the repository at this point in the history
7336: Upgrade Glean to v31.1.0 r=Dexterp37 a=badboy



Co-authored-by: Jan-Erik Rediger <[email protected]>
  • Loading branch information
MozLando and badboy committed Jun 12, 2020
2 parents 03ba8b6 + 7e44933 commit d13bc14
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 = "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

0 comments on commit d13bc14

Please sign in to comment.