Skip to content

Commit

Permalink
Bump common sdk to 23.0.1. (#1709)
Browse files Browse the repository at this point in the history
* Bump common sdk to v23.0.1.

* Update change log.
  • Loading branch information
pengdev authored Sep 30, 2022
1 parent a15a6ba commit 3e4b07c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Mapbox welcomes participation and contributions from everyone.
* Fix incorrect `MapView` dimensions after background orientation change. ([1658](https://github.com/mapbox/mapbox-maps-android/pull/1658))
* Throw an exception with the meaningful stacktrace when constructing `Value` from an infinite or NaN number. ([1681](https://github.com/mapbox/mapbox-maps-android/pull/1681))
* Make telemetry a single instance. Avoids module recreation when coming from background. ([#1695](https://github.com/mapbox/mapbox-maps-android/pull/1695))
* Fix a potential style load error when non-ASCII characters are used in the version name, by escaping non US ASCII characters in user-agent header. ([1709](https://github.com/mapbox/mapbox-maps-android/pull/1709))

## Dependencies
* Bump common to v23.0.1. ([1709](https://github.com/mapbox/mapbox-maps-android/pull/1709))

# 10.8.0 September 7, 2022
## Features ✨ and improvements 🏁
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ object Versions {
const val mapboxJavaServices = "5.4.1"
const val mapboxBase = "0.8.0"
const val mapboxGlNative = "10.8.0"
const val mapboxCommon = "23.0.0"
const val mapboxCommon = "23.0.1"
const val mapboxAndroidCore = "5.0.2"
const val mapboxAndroidTelemetry = "8.1.5"
const val androidxCore = "1.7.0" // last version compatible with kotlin 1.5.31
Expand Down

0 comments on commit 3e4b07c

Please sign in to comment.