Skip to content

Commit c419546

Browse files
authored
Add default drawable images to avoid ResourceNotFound exception (#2790)
* Add default drawable for compass * bump gl-native * Switch to 10.19.1 where applicable * Fix other missing default drawables * Use mdpi images as default ones
1 parent 3e42a21 commit c419546

File tree

9 files changed

+9
-4
lines changed

9 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
# 10.19.0
6+
## Bug fixes 🐞
7+
* Fix rare `android.content.res.Resources$NotFoundException` happening when creating a `MapView`.
8+
9+
## Dependencies
10+
* Update gl-native to v10.19.1 and common to v23.11.0.
511

612
# 10.18.4 September 06, 2024
713
## Features ✨ and improvements 🏁
814
* Remove explicit main thread locking when clicking / long clicking / interacting with annotations created with `CircleAnnotationManager`, `PointAnnotationManager`, `PolygonAnnotationManager`, `PolylineAnnotationManager` that could lead to an ANR.
915

10-
1116
# 10.18.3 July 22, 2024
1217
## Bug fixes 🐞
1318
* Fix multiple annotation clusters not supported issue.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
358358

359359
===========================================================================
360360

361-
### MapboxCoreMaps,10.18.0,Mapbox ToS,Mapbox,https://www.mapbox.com/
361+
### MapboxCoreMaps,10.19.0,Mapbox ToS,Mapbox,https://www.mapbox.com/
362362

363363
```
364364
Mapbox Core Maps version 10.0

buildSrc/src/main/kotlin/Project.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ object Versions {
114114
const val mapboxGestures = "0.9.1" // Required to support compile SDK 30
115115
const val mapboxJavaServices = "5.4.1"
116116
const val mapboxBase = "0.8.0"
117-
const val mapboxGlNative = "10.18.0"
118-
const val mapboxCommon = "23.10.1"
117+
const val mapboxGlNative = "10.19.1"
118+
const val mapboxCommon = "23.11.0"
119119
const val androidxCore = "1.6.0" // Latest version that supports compile SDK 30
120120
const val androidxFragmentTesting = "1.3.6" // Latest version that supports compile SDK 30
121121
const val androidxAnnotation = "1.1.0"
2.43 KB
Loading
649 Bytes
Loading
555 Bytes
Loading
2.56 KB
Loading
950 Bytes
Loading
2.56 KB
Loading

0 commit comments

Comments
 (0)