Update live-kit to the latest version

This commit is contained in:
Antonio Scandurra 2022-10-20 14:03:26 +02:00
parent 99aa1219d2
commit 76a1b81e45
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
"repositoryURL": "https://github.com/livekit/client-sdk-swift.git", "repositoryURL": "https://github.com/livekit/client-sdk-swift.git",
"state": { "state": {
"branch": null, "branch": null,
"revision": "42258f5d3467ec3981323e33200b7403ac637ece", "revision": "f6ca534eb334e99acb8e82cc99b491717df28d8a",
"version": null "version": null
} }
}, },
@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/webrtc-sdk/Specs.git", "repositoryURL": "https://github.com/webrtc-sdk/Specs.git",
"state": { "state": {
"branch": null, "branch": null,
"revision": "5225f2de4b6d0098803b3a0e55b255a41f293dad", "revision": "38ac06261e62f980652278c69b70284324c769e0",
"version": "104.5112.2" "version": "104.5112.5"
} }
}, },
{ {

View file

@ -15,7 +15,7 @@ let package = Package(
targets: ["LiveKitBridge"]), targets: ["LiveKitBridge"]),
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/livekit/client-sdk-swift.git", revision: "42258f5d3467ec3981323e33200b7403ac637ece"), .package(url: "https://github.com/livekit/client-sdk-swift.git", revision: "f6ca534eb334e99acb8e82cc99b491717df28d8a"),
], ],
targets: [ targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite. // Targets are the basic building blocks of a package. A target can define a module or a test suite.