Skip to content

Commit 4edcf8c

Browse files
temapgithub-actions[bot]
authored andcommitted
Bump version to v0.17.0-beta.1 and update changelogs
GitOrigin-RevId: 528c0804188118af05d4ddc3364a6022cdd6113d
1 parent 3ee5373 commit 4edcf8c

File tree

19 files changed

+29
-23
lines changed

19 files changed

+29
-23
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Mapbox welcomes participation and contributions from everyone.
55
> **16 KB Page Size Support:** Starting with version 11.7.0 and 10.19.0, **NDK 27 is supported** with dedicated artifacts that include [support for 16 KB page sizes](https://developer.android.com/guide/practices/page-sizes). If your app does not require 16 KB page size support, you can keep using our default artifacts without `-ndk27` suffix. For more information about our NDK support, see https://docs.mapbox.com/android/maps/guides/#ndk-support
66
77
# main
8+
9+
# 11.17.0-beta.1 November 05, 2025
810
## Breaking changes ⚠️
911
* Require passing required argument to the constructor of experimental `GeofencingState.Builder`, `GeofencingError.Builder`, `GeofencingEvent.Builder` and `GeofencingOptions.Builder` APIs.
1012

@@ -15,6 +17,10 @@ Mapbox welcomes participation and contributions from everyone.
1517
* Added `fuelingStationModePointOfInterestLabels` configuration option to Mapbox Standard and Standard Satellite styles. Control the visibility of fuel station and electric charging station POI labels with options: "default" (shows both), "fuel" (fuel stations only), "electric" (charging stations only), or "none" (hides both).
1618

1719

20+
## Dependencies
21+
* Update gl-native to [v11.17.0-beta.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.17.0-beta.1), common to [v24.17.0-beta.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.17.0-beta.1).
22+
23+
1824
# 11.16.0 October 21, 2025
1925
## Bug fixes 🐞
2026
* Fix location request leak when setting custom location provider after updating settings

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### License
22

3-
Mapbox Maps for Android version 11.17.0-beta.1-SNAPSHOT-11-03--10-45.git-16f0e36
3+
Mapbox Maps for Android version 11.17.0-beta.1
44
Mapbox Maps Android SDK
55

66
Copyright © 2021 - 2025 Mapbox, Inc. All rights reserved.
@@ -488,7 +488,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
488488

489489
===========================================================================
490490

491-
### MapboxCoreMaps,11.17.0-beta.1-SNAPSHOT-11-03--10-45.git-16f0e36,Mapbox ToS,Mapbox,https://www.mapbox.com/
491+
### MapboxCoreMaps,11.17.0-beta.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
492492

493493
```
494494
Mapbox Core Maps version 11.0

extension-androidauto/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ allprojects {
3333
// In your build.gradle, add the extension with your other dependencies.
3434
dependencies {
3535
// Note that the Mapbox Android Auto Extension depends on the entire Mapbox Maps SDK, it will bring the whole Mapbox Maps SDK with the same version as transitive dependency.
36-
implementation 'com.mapbox.extension:maps-androidauto:11.16.0'
36+
implementation 'com.mapbox.extension:maps-androidauto:11.17.0-beta.1'
3737
}
3838
```
3939

extension-compose/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ allprojects {
5151
5252
// In your build.gradle, add the compose extension with your other dependencies.
5353
dependencies {
54-
implementation 'com.mapbox.extension:maps-compose:11.16.0'
54+
implementation 'com.mapbox.extension:maps-compose:11.17.0-beta.1'
5555
5656
// Pick your versions of Android Mapbox Map SDK
5757
// Note that Compose extension is compatible with Maps SDK v11.0+.
58-
implementation 'com.mapbox.maps:android:11.16.0'
58+
implementation 'com.mapbox.maps:android:11.17.0-beta.1'
5959
}
6060
```
6161

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:11.16.0'
34+
implementation 'com.mapbox.extension:maps-localization:11.17.0-beta.1'
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:11.16.0'
35+
implementation 'com.mapbox.extension:maps-style:11.17.0-beta.1'
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=11.17.0-beta.1-SNAPSHOT-11-03--10-45.git-16f0e36
1+
VERSION_NAME=11.17.0-beta.1
22
LAST_STABLE_VERSION=11.16.0
33
# version name for the test app
44
TEST_APP_VERSION_NAME=0.1.0

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ japicmp = "0.4.6"
3333
# Dependencies
3434

3535
# GlNative and Common are used by the convention plugin
36-
mapboxGlNative = "11.17.0-beta.1-SNAPSHOT-11-03--10-45.git-16f0e36"
37-
mapboxCommon = "24.17.0-beta.1-SNAPSHOT-11-03--10-45.git-16f0e36"
36+
mapboxGlNative = "11.17.0-beta.1"
37+
mapboxCommon = "24.17.0-beta.1"
3838

3939
mapboxBase = "0.12.0"
4040
mapboxGestures = "0.9.2"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
maps-sdk/11.17.0-beta.1-SNAPSHOT-11-03--10-45.git-16f0e36
1+
maps-sdk/11.17.0-beta.1

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:11.16.0'
37+
implementation 'com.mapbox.plugin:maps-animation:11.17.0-beta.1'
3838
}
3939
```
4040

0 commit comments

Comments
 (0)