Skip to content

Commit

Permalink
Performance/update webrtc version (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
ipavlidakis authored Oct 2, 2023
1 parent 6542df1 commit 444b579
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let package = Package(
)
],
dependencies: [
.package(name: "WebRTC", url: "https://github.com/webrtc-sdk/Specs.git", .exact("114.5735.4")),
.package(name: "WebRTC", url: "https://github.com/webrtc-sdk/Specs.git", .exact("114.5735.8")),
.package(url: "https://github.com/kean/Nuke.git", .exact("11.3.1")),
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.18.0")
],
Expand Down
2 changes: 1 addition & 1 deletion StreamVideo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Pod::Spec.new do |spec|
spec.exclude_files = ["Sources/#{spec.name}/**/*_Tests.swift", "Sources/#{spec.name}/**/*_Mock.swift"]

spec.dependency('SwiftProtobuf', '~> 1.18.0')
spec.dependency('WebRTC-SDK', '114.5735.4')
spec.dependency('WebRTC-SDK', '114.5735.8')
end
2 changes: 1 addition & 1 deletion StreamVideo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5935,7 +5935,7 @@
repositoryURL = "https://github.com/webrtc-sdk/Specs";
requirement = {
kind = exactVersion;
version = 114.5735.4;
version = 114.5735.8;
};
};
84BE8A5428BE314000B34D2F /* XCRemoteSwiftPackageReference "swift-protobuf" */ = {
Expand Down

0 comments on commit 444b579

Please sign in to comment.