Skip to content

Commit 429b9b9

Browse files
committed
Update dependencies version for iOS Nav SDK v3.3.0-rc.1 (#6183)
1 parent efef0b0 commit 429b9b9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

33
## v3.3.0-rc.1
44

5+
### Packaging
6+
7+
* MapboxNavigationCore now requires [MapboxNavigationNative v316.0.0](https://github.com/mapbox/mapbox-navigation-native-ios/releases/tag/316.0.0).
8+
* MapboxNavigationCore now requires [MapboxMaps v11.6.0-rc.1](https://github.com/mapbox/mapbox-maps-ios/releases/tag/v11.6.0-rc.1).
9+
510
### Map
611

712
* Fixed an issue when an alternative route was not selected when clicking on the route annotations on the map.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import PackageDescription
55

6-
let (navNativeVersion, navNativeChecksum, navNativeRevision) = ("316.0.0-SNAPSHOT.0802T1058Z.165eb42", "e57ddd3b6371b365b5855afc25b2740e0b2c7ec6481bff54ad44dca399988a23", "cf3b60725fa985986c6b7d192c6cf141725fcc7b")
6+
let (navNativeVersion, navNativeChecksum, navNativeRevision) = ("316.0.0", "88af153fc57960da403113c372d3841065839e413668e545c190d721a1039194", "8aea6b266f4dc06341adef3345fcb454f072b98d")
77
let mapsVersion: Version = "11.6.0-rc.1"
88

99
let mapboxApiDownloads = "https://api.mapbox.com/downloads/v2"

0 commit comments

Comments
 (0)