Skip to content

Commit e99cca7

Browse files
authored
Bump Maps SDK to 11.5.0 (#612)
1 parent e688ca9 commit e99cca7

File tree

5 files changed

+19
-14
lines changed

5 files changed

+19
-14
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### main
2+
3+
* Bump Maps SDK to 11.5.0.
4+
5+
16
### 2.1.0-rc.1
27

38
* Bump Maps SDK to 11.5.0-rc.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The `MapboxMap` controller instance is provided with `MapWidget.onMapCreated` ca
158158
`MapboxMap` exposes an entry point to the most of the APIs Maps Flutter Plugin provides. It allows to control the map, camera, styles, observe map events,
159159
query rendered features, etc.
160160

161-
It's organized similarly to the [Android](https://docs.mapbox.com/android/maps/api/11.2.0/mapbox-maps-android/com.mapbox.maps/-mapbox-map/) and [iOS](https://docs.mapbox.com/ios/maps/api/11.2.0/documentation/mapboxmaps/mapboxmap) counterparts.
161+
It's organized similarly to the [Android](https://docs.mapbox.com/android/maps/api/11.5.0/mapbox-maps-android/com.mapbox.maps/-mapbox-map/) and [iOS](https://docs.mapbox.com/ios/maps/api/11.5.0/documentation/mapboxmaps/mapboxmap) counterparts.
162162

163163
To interact with the map after it's created store the MapboxMap object somewhere :
164164
```

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint
7878
}
7979

8080
dependencies {
81-
implementation "com.mapbox.maps:android:11.5.0-rc.1"
81+
implementation "com.mapbox.maps:android:11.5.0"
8282

8383
implementation "androidx.annotation:annotation:1.7.1"
8484
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.0"

example/ios/Podfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ PODS:
44
- Flutter
55
- mapbox_maps_flutter (2.1.0-rc.1):
66
- Flutter
7-
- MapboxMaps (~> 11.5.0-rc.1)
7+
- MapboxMaps (~> 11.5.1)
88
- Turf (= 2.8.0)
9-
- MapboxCommon (24.5.0-rc.1)
10-
- MapboxCoreMaps (11.5.0-rc.1):
11-
- MapboxCommon (~> 24.5.0-rc)
12-
- MapboxMaps (11.5.0-rc.1):
13-
- MapboxCommon (= 24.5.0-rc.1)
14-
- MapboxCoreMaps (= 11.5.0-rc.1)
9+
- MapboxCommon (24.5.0)
10+
- MapboxCoreMaps (11.5.1):
11+
- MapboxCommon (~> 24.5)
12+
- MapboxMaps (11.5.1):
13+
- MapboxCommon (= 24.5.0)
14+
- MapboxCoreMaps (= 11.5.1)
1515
- Turf (= 2.8.0)
1616
- path_provider_foundation (0.0.1):
1717
- Flutter
@@ -49,10 +49,10 @@ EXTERNAL SOURCES:
4949
SPEC CHECKSUMS:
5050
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
5151
integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4
52-
mapbox_maps_flutter: 6de31691b2709239722521b5530d2eeb97d6b8d4
53-
MapboxCommon: 06dd0a0e277ae06e88fe3dc6dba6c90c632b909c
54-
MapboxCoreMaps: 335fc5d65b32376b30955caa18217f1f2fe724c0
55-
MapboxMaps: 2787403dfd7b6e74b44d914751b5ae38a5d6f6a3
52+
mapbox_maps_flutter: 07bd5180ffcd126dc5b44556654a14475ade81d2
53+
MapboxCommon: c69a04a1accd77650372c96d8978a15ed1d95186
54+
MapboxCoreMaps: 9d8833b738b94d63ee842722641e8cfdc1fa1191
55+
MapboxMaps: 24a52620178b5390373489c083d4a3acd319c1d3
5656
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
5757
permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6
5858
Turf: aa2ede4298009639d10db36aba1a7ebaad072a5e

ios/mapbox_maps_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.dependency 'Flutter'
1818
s.platform = :ios, '12.0'
1919

20-
s.dependency 'MapboxMaps', '~> 11.5.0-rc.1'
20+
s.dependency 'MapboxMaps', '~> 11.5.1'
2121
s.dependency 'Turf', '2.8.0'
2222

2323
# Flutter.framework does not contain a i386 slice.

0 commit comments

Comments
 (0)