Update livekit_client

This commit is contained in:
Antonio Scandurra 2022-10-17 10:48:09 +02:00
parent f09d6b7b95
commit e39c7c62e4
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"repositoryURL": "https://github.com/livekit/client-sdk-swift.git",
"state": {
"branch": null,
"revision": "a90ecba800f65bebfc31f5c9c59f635c8587ec7e",
"revision": "42258f5d3467ec3981323e33200b7403ac637ece",
"version": null
}
},

View file

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