Commit d554192c authored by Alessio Placitelli's avatar Alessio Placitelli
Browse files

Bump the Glean SDK to v 22.1.0

parent 579f30aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ object Versions {

    const val mozilla_appservices = "0.44.0"

    const val mozilla_glean = "21.3.0"
    const val mozilla_glean = "22.1.0"

    const val material = "1.0.0"
    const val nearby = "17.0.0"
+5 −0
Original line number Diff line number Diff line
@@ -12,6 +12,11 @@ permalink: /changelog/
* [Gecko](https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Gecko.kt)
* [Configuration](https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Config.kt)

* **service-glean**
  * Glean was updated to v22.1.0 ([Full changelog](https://github.com/mozilla/glean/compare/v21.3.0...v22.1.0))
    * Attempt to re-send the deletion ping on init even if upload is disabled.
    * Introduce the `InvalidOverflow` error for `TimingDistribution`s.

# 26.0.0

* [Commits](https://github.com/mozilla-mobile/android-components/compare/v25.0.0...v26.0.0)