Skip to content

Commit

Permalink
Update NN to v322.1.0 (#7879)
Browse files Browse the repository at this point in the history
  • Loading branch information
kried authored Jan 21, 2025
1 parent fdfda4b commit 35d4ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Packaging

* MapboxNavigationCore now requires [MapboxMaps v11.9.1](https://github.com/mapbox/mapbox-maps-ios/releases/tag/v11.9.1).
* MapboxNavigationCore now requires [MapboxNavigationNative v322.1.0](https://github.com/mapbox/mapbox-navigation-native-ios/releases/tag/322.1.0).

### Other changes

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import PackageDescription

let (navNativeVersion, navNativeChecksum, navNativeRevision) = ("322.0.0", "56a546d71dacac70ae47c623c1947b63c8063cc5c3b7ef28569d03f2aad4e256", "7026ef7877f0485a01110acc30dc996a084d585f")
let (navNativeVersion, navNativeChecksum, navNativeRevision) = ("322.1.0", "d33167ba497e4fec2a1bee0bb361035d410ee7081a9321bd09628991ddf378e2", "592f8817cee8a7692ba8ece325d741b4e939a7ef")
let mapsVersion: Version = "11.9.1"

let package = Package(
Expand Down

0 comments on commit 35d4ce8

Please sign in to comment.