Skip to content

Commit cbf4794

Browse files
committed
Fix Common SDK version
1 parent b46500a commit cbf4794

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MapboxCoreMaps.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Pod::Spec.new do |m|
2222

2323
m.vendored_frameworks = 'MapboxCoreMaps.xcframework'
2424

25-
m.dependency 'MapboxCommon', '~> 11.7.0-beta'
25+
m.dependency 'MapboxCommon', '~> 24.7.0-beta'
2626

2727
end

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
targets: ["MapboxCoreMapsWrapper"]),
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "11.7.0-beta.2"),
19+
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.7.0-beta.2"),
2020
],
2121
targets: [
2222
.target(

0 commit comments

Comments
 (0)