Skip to content

Commit

Permalink
Update gl native and common (#2217) (#2218)
Browse files Browse the repository at this point in the history
* Upgrade mapbox-gl-native-internal submodule to 10.16.4

* Update deps and license

* Update CHANGELOG.md

* Upgrade mapbox-gl-native-internal submodule to new 10.16.4 tag

* Update CHANGELOG.md
  • Loading branch information
jush authored Jan 8, 2024
1 parent e0c8715 commit 8ff90d6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,20 @@
Mapbox welcomes participation and contributions from everyone.

# 10.16.4
## ## Features ✨ and improvements 🏁
## Features ✨ and improvements 🏁
* Improve performance of `StyleInterface.localizeLabels` method.

## Bug fixes 🐞
* Fix regression introduced in v10.16.3 when only last added widget was rendered.
* Fix tile flickering with enabled terrain.
* Fix race condition on repeated style transitions, when the transition fails for some layers.
* Fix wrong camera positions while using `setBounds`.
* Reload image dependent tiles when sprites are loaded.
* Exclude duplicated `tileID` in `MapboxMap.tileCover` querying results.
* Fix artefacts at style transition by using a more robust approach for the data-driven properties updates.

## Dependencies
* Update gl-native to v10.16.4 and common to v23.8.6.

# 10.16.3 December 08, 2023
## Bug fixes 🐞
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Mapbox Maps for Android version 10.0
Mapbox Maps Android SDK

Copyright © 2021 - 2023 Mapbox, Inc. All rights reserved.
Copyright © 2021 - 2024 Mapbox, Inc. All rights reserved.

The software and files in this repository (collectively, “Software”) are licensed under the Mapbox TOS for use only with the relevant Mapbox product(s) listed at www.mapbox.com/pricing. This license allows developers with a current active Mapbox account to use and modify the authorized portions of the Software as needed for use only with the relevant Mapbox product(s) through their Mapbox account in accordance with the Mapbox TOS. This license terminates automatically if a developer no longer has a Mapbox account in good standing or breaches the Mapbox TOS. For the license terms, please see the Mapbox TOS at https://www.mapbox.com/legal/tos/ which incorporates the Mapbox Product Terms at www.mapbox.com/legal/service-terms. If this Software is a SDK, modifications that change or interfere with marked portions of the code related to billing, accounting, or data collection are not authorized and the SDK sends limited de-identified location and usage data which is used in accordance with the Mapbox TOS. [Updated 2023-01]

Expand Down Expand Up @@ -358,7 +358,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens

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

### MapboxCoreMaps,10.16.3,Mapbox ToS,Mapbox,https://www.mapbox.com/
### MapboxCoreMaps,10.16.4,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.3"
const val mapboxCommon = "23.8.5"
const val mapboxGlNative = "10.16.4"
const val mapboxCommon = "23.8.6"
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 8ff90d6

Please sign in to comment.