Skip to content

Commit a64225e

Browse files
author
Alexander Kulikovskiy
authored
bump gl-native to 10.13.1 (#1688)
* bump gl-native to 10.13.1 * update license * update ci hash
1 parent f6928d2 commit a64225e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ Mapbox welcomes participation and contributions from everyone.
2626
* Fix a crash when a hillshade bucket was created with disabled terrain, but the terrain got enabled afterwards.
2727
* Fix the crash when identifying if device is connected to WiFi.
2828
* Fix jumpy gestures when external AndroidGestureManager is added with `setGesturesManager`.
29+
* Fix a bug that accidentally cleared icon images when `setMemoryBudget` was used with megabyte values.
30+
* Fix handling of Unicode characters in `slice`, `index-of`, `in` and `length` expressions.
2931

3032
## Dependencies
31-
* Update gl-native to v10.13.0 and common to v23.5.0.
33+
* Update gl-native to v10.13.1 and common to v23.5.0.
3234

3335

3436

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
372372

373373
===========================================================================
374374

375-
### MapboxCoreMaps,10.13.0,Mapbox ToS,Mapbox,https://www.mapbox.com/
375+
### MapboxCoreMaps,10.13.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
376376

377377
```
378378
Mapbox Core Maps version 10.0

buildSrc/src/main/kotlin/Project.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ object Versions {
113113
const val mapboxGestures = "0.8.0"
114114
const val mapboxJavaServices = "5.4.1"
115115
const val mapboxBase = "0.8.0"
116-
const val mapboxGlNative = "10.13.0"
116+
const val mapboxGlNative = "10.13.1"
117117
const val mapboxCommon = "23.5.0"
118118
const val androidxCore = "1.7.0" // last version compatible with kotlin 1.5.31
119119
const val androidxFragmentTesting = "1.5.0"

0 commit comments

Comments
 (0)