Skip to content

Commit

Permalink
revert to use WebRTC 104.5112.05
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Nov 17, 2022
1 parent 29292b1 commit 1b09d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LiveKitClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|

spec.source_files = 'Sources/**/*'

spec.dependency 'WebRTC-SDK', '~> 104.5112.06'
spec.dependency 'WebRTC-SDK', '~> 104.5112.05'
spec.dependency 'SwiftProtobuf'
spec.dependency 'PromisesSwift'
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 @@ -17,7 +17,7 @@ let package = Package(
)
],
dependencies: [
.package(name: "WebRTC", url: "https://github.com/webrtc-sdk/Specs.git", .exact("104.5112.06")),
.package(name: "WebRTC", url: "https://github.com/webrtc-sdk/Specs.git", .exact("104.5112.05")),
.package(name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf.git", .upToNextMajor(from: "1.20.2")),
.package(name: "Promises", url: "https://github.com/google/promises.git", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.4.4"))
Expand Down

0 comments on commit 1b09d6b

Please sign in to comment.