Skip to content

Commit 522fad0

Browse files
authored
Bump maps sdk to 11.4.0 (#566)
* Bump Maps SDK to 11.4.0 * Add changelog entry
1 parent bdf8a8f commit 522fad0

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### main
22

3+
* Update Maps SDK to 11.4.0.
4+
35
### 2.0.0-rc.1
46

57
* Update Maps SDK to 11.4.0-rc.2.

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.4.0-rc.2"
81+
implementation "com.mapbox.maps:android:11.4.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.0.0-rc.1):
66
- Flutter
7-
- MapboxMaps (~> 11.4.0-rc.2)
7+
- MapboxMaps (~> 11.4.0)
88
- Turf (= 2.8.0)
9-
- MapboxCommon (24.4.0-rc.2)
10-
- MapboxCoreMaps (11.4.0-rc.2):
11-
- MapboxCommon (~> 24.4.0-rc)
12-
- MapboxMaps (11.4.0-rc.2):
13-
- MapboxCommon (= 24.4.0-rc.2)
14-
- MapboxCoreMaps (= 11.4.0-rc.2)
9+
- MapboxCommon (24.4.0)
10+
- MapboxCoreMaps (11.4.0):
11+
- MapboxCommon (~> 24.4)
12+
- MapboxMaps (11.4.0):
13+
- MapboxCommon (= 24.4.0)
14+
- MapboxCoreMaps (= 11.4.0)
1515
- Turf (= 2.8.0)
1616
- permission_handler_apple (9.1.1):
1717
- Flutter
@@ -43,10 +43,10 @@ EXTERNAL SOURCES:
4343
SPEC CHECKSUMS:
4444
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
4545
integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4
46-
mapbox_maps_flutter: 677b6094f040e319151db7496f87e0176506f3cc
47-
MapboxCommon: 382ac2426f53bbe673ddea9398671e8eee2d4057
48-
MapboxCoreMaps: b60c8a4d7dd2378620b1f6175a7d8e9214d250a4
49-
MapboxMaps: b881158fb698cd589bab38ca78113f1480393370
46+
mapbox_maps_flutter: 2ef4455f071d3c707c30d37fc2990c7c927fb844
47+
MapboxCommon: 6acbd8ff41d66abf498e1558b0739f25c562945a
48+
MapboxCoreMaps: f306bb1b10ebe995a2247b40e99322ab7f9b8071
49+
MapboxMaps: 82044383ae19ec124ff444ec4b5d3ce82cb36ba5
5050
permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6
5151
Turf: aa2ede4298009639d10db36aba1a7ebaad072a5e
5252

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.4.0-rc.2'
20+
s.dependency 'MapboxMaps', '~> 11.4.0'
2121
s.dependency 'Turf', '2.8.0'
2222

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

0 commit comments

Comments
 (0)