Skip to content

Commit

Permalink
bump gl-native to v10.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ank27 committed Nov 7, 2022
1 parent d89a3ad commit 2651adb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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))

# 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

0 comments on commit 2651adb

Please sign in to comment.