Skip to content

Commit

Permalink
WebRTC 125.6422.10 (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie authored Oct 19, 2024
1 parent 4a74cf4 commit 1c9a681
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LiveKitClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |spec|

spec.source_files = "Sources/**/*"

spec.dependency("LiveKitWebRTC", "= 125.6422.07")
spec.dependency("LiveKitWebRTC", "= 125.6422.10")
spec.dependency("SwiftProtobuf")
spec.dependency("Logging")

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
],
dependencies: [
// LK-Prefixed Dynamic WebRTC XCFramework
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.09"),
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.10"),
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.26.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
// Only used for DocC generation
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
],
dependencies: [
// LK-Prefixed Dynamic WebRTC XCFramework
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.09"),
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.10"),
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.26.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
// Only used for DocC generation
Expand Down

0 comments on commit 1c9a681

Please sign in to comment.