Skip to content

Commit

Permalink
[deps] Update glNative to 11.4.0-beta.2 and common to 24.4.0-beta.2. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pengdev authored Apr 30, 2024
1 parent 5f5a3b7 commit ae3ac48
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Mapbox welcomes participation and contributions from everyone.
## Features ✨ and improvements 🏁
* Avoid locking main thread when it is not needed on map destroy.

## Bug fixes 🐞
* Fix TilePrefetch for GeoJSON sources.
* Fix snapshotter latency when 3d tiles involved.
* Fix renderer destruction being blocked by 3d models parsing completion.

## Dependencies
* Update gl-native to v11.4.0-beta.2 and common to v24.4.0-beta.2.

# 11.4.0-beta.1 April 29, 2024
## Breaking changes ⚠️
* [compose] Remove `locationComponentSettings` from `MapboxMap` composable function, `MapEffect` with location component API should be used instead. More compose-friendly location component API will be introduced in future releases.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens

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

### MapboxCoreMaps,11.4.0-beta.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
### MapboxCoreMaps,11.4.0-beta.2,Mapbox ToS,Mapbox,https://www.mapbox.com/

```
Mapbox Core Maps version 10.0
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ japicmp = "0.4.1"
# Dependencies

mapboxBase = "0.11.0"
mapboxGlNative = "11.4.0-beta.1"
mapboxCommon = "24.4.0-beta.1"
mapboxGlNative = "11.4.0-beta.2"
mapboxCommon = "24.4.0-beta.2"
mapboxGestures = "0.8.0"
mapboxJavaServices = "5.4.1"

Expand Down

0 comments on commit ae3ac48

Please sign in to comment.