Skip to content

Commit 59a9beb

Browse files
authored
Bump GL-Native to v10.16.6, Common to v23.9.1 (#2288)
1 parent 134ac16 commit 59a9beb

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
# 10.16.6
6+
## Bug fixes 🐞
7+
* Fix rare crash in `LocationServiceImpl` on startup.
8+
* Reduce network data transfer on style package update.
9+
10+
## Dependencies
11+
* Update gl-native to v10.16.6 and common to v23.9.1.
512

613
# 10.16.5 February 22, 2024
714
## Features ✨ and improvements 🏁

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
358358

359359
===========================================================================
360360

361-
### MapboxCoreMaps,10.16.5,Mapbox ToS,Mapbox,https://www.mapbox.com/
361+
### MapboxCoreMaps,10.16.6,Mapbox ToS,Mapbox,https://www.mapbox.com/
362362

363363
```
364364
Mapbox Core Maps version 10.0

buildSrc/src/main/kotlin/Project.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ object Versions {
114114
const val mapboxGestures = "0.9.1" // Required to support compile SDK 30
115115
const val mapboxJavaServices = "5.4.1"
116116
const val mapboxBase = "0.8.0"
117-
const val mapboxGlNative = "10.16.5"
118-
const val mapboxCommon = "23.9.0"
117+
const val mapboxGlNative = "10.16.6"
118+
const val mapboxCommon = "23.9.1"
119119
const val androidxCore = "1.6.0" // Latest version that supports compile SDK 30
120120
const val androidxFragmentTesting = "1.3.6" // Latest version that supports compile SDK 30
121121
const val androidxAnnotation = "1.1.0"

0 commit comments

Comments
 (0)