Skip to content

Commit 81038b4

Browse files
authored
Bump gl-native to 10.16.3 (#2168)
* Bump gl-native to 10.16.3 * changelog
1 parent 45f23ea commit 81038b4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ Mapbox welcomes participation and contributions from everyone.
99
* Fix widgets flickering due to race condition if they are animated.
1010
* Fix widgets not showing on some zoom levels.
1111
* Fix map being black when using widgets (e.g. when `MapDebugOptions.TILE_BORDERS` option is enabled).
12+
* Fix the crash with enabled timestamps debug option.
13+
* Fix crashing with `java.lang.Error: unknown native exception` caused by model_collision shader compilation failure.
14+
* Fix `TileStore` not clearing the invalidated and serveable flags upon a successful download.
1215

1316
## Dependencies
1417
* Update Mapbox gestures library to 0.9.1
18+
* Update gl-native to v10.16.3 and common to v23.8.5.
1519

1620
## Known issues
1721
* The `java.lang.UnsatisfiedLinkError` exception on startup has been fixed when using Mapbox Maps SDK __only__. If other Mapbox products are used (Navigation, Search) - loading navigation / search native libraries might still crash. Mapbox Navigation / Search SDKs fixes will be released separately.

LICENSE.md

Lines changed: 1 addition & 1 deletion
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.2,Mapbox ToS,Mapbox,https://www.mapbox.com/
361+
### MapboxCoreMaps,10.16.3,Mapbox ToS,Mapbox,https://www.mapbox.com/
362362

363363
```
364364
Mapbox Core Maps version 10.0

buildSrc/src/main/kotlin/Project.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ object Versions {
115115
const val mapboxGestures = "0.9.1" // Required to support compile SDK 30
116116
const val mapboxJavaServices = "5.4.1"
117117
const val mapboxBase = "0.8.0"
118-
const val mapboxGlNative = "10.16.2"
119-
const val mapboxCommon = "23.8.4"
118+
const val mapboxGlNative = "10.16.3"
119+
const val mapboxCommon = "23.8.5"
120120
const val androidxCore = "1.6.0" // Latest version that supports compile SDK 30
121121
const val androidxFragmentTesting = "1.3.6" // Latest version that supports compile SDK 30
122122
const val androidxAnnotation = "1.1.0"

0 commit comments

Comments
 (0)