Skip to content

Commit 56f35ff

Browse files
authored
Bump Maps SDK to 11.5.0-rc.1 (#598)
1 parent a8b54c7 commit 56f35ff

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### main
2+
3+
* Bump Maps SDK to 11.5.0-rc.1
4+
15
### 2.1.0-beta.1
26

37
* Add ModelLayer API.

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-beta.1"
81+
implementation "com.mapbox.maps:android:11.5.0-rc.1"
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-beta.1):
66
- Flutter
7-
- MapboxMaps (~> 11.5.0-beta.1)
7+
- MapboxMaps (~> 11.5.0-rc.1)
88
- Turf (= 2.8.0)
9-
- MapboxCommon (24.5.0-beta.4)
10-
- MapboxCoreMaps (11.5.0-beta.1):
11-
- MapboxCommon (~> 24.5.0-beta)
12-
- MapboxMaps (11.5.0-beta.1):
13-
- MapboxCommon (= 24.5.0-beta.4)
14-
- MapboxCoreMaps (= 11.5.0-beta.1)
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)
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: a4a15a0cf02ac63fbb76f85378d980ecf9e6c756
53-
MapboxCommon: dafe0d588a5e8caa89c1bfe07f9f7649fc7d14d8
54-
MapboxCoreMaps: 721eea5db9d85e98205adf5861c6980a341a0b0d
55-
MapboxMaps: ba94b7ea2904eea6066aafbc38fa4c4383f2aa94
52+
mapbox_maps_flutter: 5f72ef89b2704f3caeb695856f17f3387a7ac5e4
53+
MapboxCommon: 06dd0a0e277ae06e88fe3dc6dba6c90c632b909c
54+
MapboxCoreMaps: 335fc5d65b32376b30955caa18217f1f2fe724c0
55+
MapboxMaps: 2787403dfd7b6e74b44d914751b5ae38a5d6f6a3
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-beta.1'
20+
s.dependency 'MapboxMaps', '~> 11.5.0-rc.1'
2121
s.dependency 'Turf', '2.8.0'
2222

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

0 commit comments

Comments
 (0)