Skip to content

Commit

Permalink
Bump gl-native to 10.16.3 (#2168) (#2169)
Browse files Browse the repository at this point in the history
* Bump gl-native to 10.16.3

* changelog
  • Loading branch information
kiryldz authored Dec 8, 2023
1 parent 9278967 commit 6a0a810
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ Mapbox welcomes participation and contributions from everyone.
* Fix widgets flickering due to race condition if they are animated.
* Fix widgets not showing on some zoom levels.
* Fix map being black when using widgets (e.g. when `MapDebugOptions.TILE_BORDERS` option is enabled).
* Fix the crash with enabled timestamps debug option.
* Fix crashing with `java.lang.Error: unknown native exception` caused by model_collision shader compilation failure.
* Fix `TileStore` not clearing the invalidated and serveable flags upon a successful download.

## Dependencies
* Update Mapbox gestures library to 0.9.1
* Update gl-native to v10.16.3 and common to v23.8.5.

## Known issues
* 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.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens

===========================================================================

### MapboxCoreMaps,10.16.2,Mapbox ToS,Mapbox,https://www.mapbox.com/
### MapboxCoreMaps,10.16.3,Mapbox ToS,Mapbox,https://www.mapbox.com/

```
Mapbox Core Maps version 10.0
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ object Versions {
const val mapboxGestures = "0.9.1" // Required to support compile SDK 30
const val mapboxJavaServices = "5.4.1"
const val mapboxBase = "0.8.0"
const val mapboxGlNative = "10.16.2"
const val mapboxCommon = "23.8.4"
const val mapboxGlNative = "10.16.3"
const val mapboxCommon = "23.8.5"
const val androidxCore = "1.6.0" // Latest version that supports compile SDK 30
const val androidxFragmentTesting = "1.3.6" // Latest version that supports compile SDK 30
const val androidxAnnotation = "1.1.0"
Expand Down

0 comments on commit 6a0a810

Please sign in to comment.