Skip to content

Commit 02204e7

Browse files
[DRIVE3D-3202] Coordination layer changes for HdContext (#14291)
Adapts android coordination layer for changes in #13698 Dependencies had to be updated for every component, hence the huge amount of changes. --------- Co-authored-by: Changelog autocreator bot <github-actions[bot]@users.noreply.github.com> GitOrigin-RevId: 8baaa871b12e4a45e733790259189f773fff0c6b
1 parent b79dd3c commit 02204e7

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MapboxMaps.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Pod::Spec.new do |m|
1919
m.source_files = 'Sources/MapboxMaps/**/*.{swift,h}'
2020
m.resource_bundles = { 'MapboxMapsResources' => ['Sources/MapboxMaps/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json', 'Sources/MapboxMaps/PrivacyInfo.xcprivacy'] }
2121

22-
m.dependency 'MapboxCoreMaps', '11.26.0-SNAPSHOT-06-05--02-05.git-c8e5654'
23-
m.dependency 'MapboxCommon', '24.26.0-SNAPSHOT-06-05--02-05.git-c8e5654'
22+
m.dependency 'MapboxCoreMaps', '11.26.0-SNAPSHOT-06-05--08-55.git-979d3a3'
23+
m.dependency 'MapboxCommon', '24.26.0-SNAPSHOT-06-05--08-55.git-979d3a3'
2424
m.dependency 'Turf', '4.0.0'
2525

2626
end

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import PackageDescription
55
import Foundation
66

7-
let commonVersion: Version = "24.26.0-SNAPSHOT-06-05--02-05.git-c8e5654"
8-
let coreMapsVersion: Version = "11.26.0-SNAPSHOT-06-05--02-05.git-c8e5654"
7+
let commonVersion: Version = "24.26.0-SNAPSHOT-06-05--08-55.git-979d3a3"
8+
let coreMapsVersion: Version = "11.26.0-SNAPSHOT-06-05--08-55.git-979d3a3"
99
let turfVersion: Version = "4.0.0"
1010

1111
let mapboxMapsPath: String? = nil
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"MapboxCoreMaps": "11.26.0-SNAPSHOT-06-05--02-05.git-c8e5654",
3-
"MapboxCommon": "24.26.0-SNAPSHOT-06-05--02-05.git-c8e5654",
2+
"MapboxCoreMaps": "11.26.0-SNAPSHOT-06-05--08-55.git-979d3a3",
3+
"MapboxCommon": "24.26.0-SNAPSHOT-06-05--08-55.git-979d3a3",
44
"Turf": "4.0.0"
55
}

0 commit comments

Comments
 (0)