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

Bump the Glean SDK version to 19.1.0

The list of changes is available here:

https://github.com/mozilla/glean/releases/tag/v19.1.0

Mostly bugfixes ;)
parent 27260e31
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.42.0"

    const val mozilla_glean = "19.0.0"
    const val mozilla_glean = "19.1.0"

    const val material = "1.0.0"

+3 −0
Original line number Diff line number Diff line
@@ -21,6 +21,9 @@ permalink: /changelog/
  * )
  * ```

* **service-glean**
   * Bumped the Glean SDK version to 19.1.0. This fixes a startup crash on Android SDK 22 devices due to missing `stderr`.

# 19.0.0

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