Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump gl native v10.9.1 #1808

Merged
merged 2 commits into from
Nov 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

Mapbox welcomes participation and contributions from everyone.

# 10.9.1 November 7, 2022

## Bug fixes 🐞
* Handle OOB when getting DEM Data ([#1808](https://github.com/mapbox/mapbox-maps-android/pull/1808))
ank27 marked this conversation as resolved.
Show resolved Hide resolved
ank27 marked this conversation as resolved.
Show resolved Hide resolved

# 10.9.0 October 21, 2022

## Features ✨ and improvements 🏁
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ object Versions {
const val mapboxGestures = "0.8.0"
const val mapboxJavaServices = "5.4.1"
const val mapboxBase = "0.8.0"
const val mapboxGlNative = "10.9.0"
const val mapboxGlNative = "10.9.1"
const val mapboxCommon = "23.1.1"
const val mapboxAndroidCore = "5.0.2"
const val androidxCore = "1.7.0" // last version compatible with kotlin 1.5.31
Expand Down