From 1b09d6b9bb015e30e620d93e7a6214005dd261ad Mon Sep 17 00:00:00 2001 From: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> Date: Thu, 17 Nov 2022 23:44:02 +0900 Subject: [PATCH] revert to use WebRTC 104.5112.05 --- LiveKitClient.podspec | 2 +- Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LiveKitClient.podspec b/LiveKitClient.podspec index ba3c58af7..c5318a6e7 100644 --- a/LiveKitClient.podspec +++ b/LiveKitClient.podspec @@ -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' diff --git a/Package.swift b/Package.swift index c4d0409d7..b58574429 100644 --- a/Package.swift +++ b/Package.swift @@ -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"))