Skip to content

Commit a179e9d

Browse files
temapmapbox-github-ci-writer-3[bot]
authored andcommitted
Backport changelogs from v0.19 (#10439)
Co-authored-by: mapbox-github-ci-writer-3[bot] <79159042+mapbox-github-ci-writer-3[bot]@users.noreply.github.com> GitOrigin-RevId: dd081d1035baac865b0ce1aa0525b8bd0516ebd0
1 parent 80f0bac commit a179e9d

File tree

17 files changed

+34
-30
lines changed

17 files changed

+34
-30
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Mapbox welcomes participation and contributions from everyone.
1111

1212
## Bug fixes 🐞
1313
* Fix NPE crash in `PointAnnotationClusterActivity` example when the remote GeoJSON endpoint returns a non-successful HTTP response.
14+
# 11.19.0 February 24, 2026
15+
## Dependencies
16+
* Update gl-native to [v11.19.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.19.0), common to [v24.19.0](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.19.0).
17+
1418

1519
# 11.19.0-rc.1 February 12, 2026
1620

LICENSE.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,19 +1243,19 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
12431243
### wagyu,0.5.0,BSL-1.0,Angus Johnson and Mapbox,https://github.com/mapbox/wagyu.git
12441244

12451245
```
1246-
Parts of the code in the Wagyu Library are derived from the version of the
1246+
Parts of the code in the Wagyu Library are derived from the version of the
12471247
Clipper Library by Angus Johnson listed below.
12481248
12491249
Author : Angus Johnson
12501250
Version : 6.4.0
12511251
Date : 2 July 2015
12521252
Website : http://www.angusj.com
12531253
1254-
Copyright for portions of the derived code in the Wagyu library are held
1255-
by Angus Johnson, 2010-2015. Copyright for the "include/mapbox/geometry/wagyu/almost_equal.hpp"
1254+
Copyright for portions of the derived code in the Wagyu library are held
1255+
by Angus Johnson, 2010-2015. Copyright for the "include/mapbox/geometry/wagyu/almost_equal.hpp"
12561256
file is held by Google Inc and its license is listed at the top of that file.
1257-
All other copyright for the Wagyu Library are held by Mapbox, 2016. This code
1258-
is published in accordance with, and retains the same license as the Clipper
1257+
All other copyright for the Wagyu Library are held by Mapbox, 2016. This code
1258+
is published in accordance with, and retains the same license as the Clipper
12591259
Library by Angus Johnson.
12601260
12611261
Copyright (c) 2010-2015, Angus Johnson
@@ -2522,8 +2522,8 @@ DEALINGS IN THE SOFTWARE.
25222522
### RapidJSON,1.1.0,MIT,THL A29 Limited and Milo Yip,https://rapidjson.org
25232523

25242524
```
2525-
Tencent is pleased to support the open source community by making RapidJSON available.
2526-
2525+
Tencent is pleased to support the open source community by making RapidJSON available.
2526+
25272527
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
25282528
25292529
If you have downloaded a copy of the RapidJSON binary from Tencent, please note that the RapidJSON binary is licensed under the MIT License.
@@ -2535,13 +2535,13 @@ Other dependencies and licenses:
25352535
Open Source Software Licensed Under the BSD License:
25362536
--------------------------------------------------------------------
25372537
2538-
The msinttypes r29
2539-
Copyright (c) 2006-2013 Alexander Chemeris
2538+
The msinttypes r29
2539+
Copyright (c) 2006-2013 Alexander Chemeris
25402540
All rights reserved.
25412541
25422542
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
25432543
2544-
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2544+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
25452545
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
25462546
* Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
25472547
@@ -2550,15 +2550,15 @@ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPR
25502550
Open Source Software Licensed Under the JSON License:
25512551
--------------------------------------------------------------------
25522552
2553-
json.org
2553+
json.org
25542554
Copyright (c) 2002 JSON.org
25552555
All Rights Reserved.
25562556
25572557
JSON_checker
25582558
Copyright (c) 2002 JSON.org
25592559
All Rights Reserved.
25602560
2561-
2561+
25622562
Terms of the JSON License:
25632563
---------------------------------------------------
25642564

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.19.0-rc.1'
36+
implementation 'com.mapbox.extension:maps-androidauto:11.19.0'
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.19.0-rc.1'
54+
implementation 'com.mapbox.extension:maps-compose:11.19.0'
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.19.0-rc.1'
58+
implementation 'com.mapbox.maps:android:11.19.0'
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.19.0-rc.1'
34+
implementation 'com.mapbox.extension:maps-localization:11.19.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:11.19.0-rc.1'
35+
implementation 'com.mapbox.extension:maps-style:11.19.0'
3636
}
3737
```
3838

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ android.nonTransitiveRClass=false
5555
#android.nonFinalResIds=false
5656

5757
# Enable caching between builds.
58-
org.gradle.caching=true
58+
org.gradle.caching=true

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.19.0-rc.1'
37+
implementation 'com.mapbox.plugin:maps-animation:11.19.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:11.19.0-rc.1'
33+
implementation 'com.mapbox.plugin:maps-annotation:11.19.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:11.19.0-rc.1'
36+
implementation 'com.mapbox.plugin:maps-attribution:11.19.0'
3737
}
3838
```
3939

0 commit comments

Comments
 (0)