Skip to content

Commit 3af61b3

Browse files
authored
Bump GL-Native to v10.17.0 and Common to v23.9.2 (#2356)
* Bump GL-Native to v10.17.0 and Common to v23.9.2 * Update README.md maven coordinates * Bump mapbox-maps-android gradle.properties version
1 parent 5eb1165 commit 3af61b3

File tree

16 files changed

+23
-19
lines changed

16 files changed

+23
-19
lines changed

CHANGELOG.md

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

33
Mapbox welcomes participation and contributions from everyone.
44

5-
# 10.17.0
5+
# 10.17.0 April 02, 2024
66
## Bug fixes 🐞
77
* Fix map being pixelated on some devices when `ContextMode.SHARED` is used (e.g. in AndroidAuto extension).
88
* Fix incorrect widget position and scale when resizing the drawing surface.
99
* Fix a crash in `MapView.snapshot` happening on specific devices.
1010

11+
## Dependencies
12+
* Update gl-native to v10.17.0 and common to v23.9.2.
13+
14+
1115
# 10.16.6 March 04, 2024
1216
## Bug fixes 🐞
1317
* Fix rare crash in `LocationServiceImpl` on startup.

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.16.6,Mapbox ToS,Mapbox,https://www.mapbox.com/
361+
### MapboxCoreMaps,10.17.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.16.6"
118-
const val mapboxCommon = "23.9.1"
117+
const val mapboxGlNative = "10.17.0"
118+
const val mapboxCommon = "23.9.2"
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"

extension-localization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
3232
// In the app build.gradle file
3333
dependencies {
34-
implementation 'com.mapbox.extension:maps-localization:10.16.0'
34+
implementation 'com.mapbox.extension:maps-localization:10.17.0'
3535
}
3636
```
3737

extension-style/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ allprojects {
3232
3333
// In the app build.gradle file
3434
dependencies {
35-
implementation 'com.mapbox.extension:maps-style:10.16.0'
35+
implementation 'com.mapbox.extension:maps-style:10.17.0'
3636
}
3737
```
3838

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=10.16.0-SNAPSHOT
1+
VERSION_NAME=10.17.0-SNAPSHOT
22

33
# Project-wide Gradle settings.
44
# IDE (e.g. Android Studio) users:

plugin-animation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ allprojects {
3434
3535
// In the app build.gradle file
3636
dependencies {
37-
implementation 'com.mapbox.plugin:maps-animation:10.16.0'
37+
implementation 'com.mapbox.plugin:maps-animation:10.17.0'
3838
}
3939
```
4040

plugin-annotation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ allprojects {
3030
3131
// In the app build.gradle file
3232
dependencies {
33-
implementation 'com.mapbox.plugin:maps-annotation:10.16.0'
33+
implementation 'com.mapbox.plugin:maps-annotation:10.17.0'
3434
}
3535
```
3636

plugin-attribution/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ allprojects {
3333
3434
// In the app build.gradle file
3535
dependencies {
36-
implementation 'com.mapbox.plugin:maps-attribution:10.16.0'
36+
implementation 'com.mapbox.plugin:maps-attribution:10.17.0'
3737
}
3838
```
3939

plugin-compass/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ allprojects {
3232
3333
// In the app build.gradle file
3434
dependencies {
35-
implementation 'com.mapbox.plugin:maps-compass:10.16.0'
35+
implementation 'com.mapbox.plugin:maps-compass:10.17.0'
3636
// Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin
37-
implementation 'com.mapbox.plugin:maps-animation:10.16.0'
37+
implementation 'com.mapbox.plugin:maps-animation:10.17.0'
3838
}
3939
```
4040

0 commit comments

Comments
 (0)