Bump livekit client

This commit is contained in:
Julia 2023-12-13 10:47:32 -05:00
parent 13c064186a
commit 5730d0ef21
4 changed files with 10 additions and 10 deletions

View file

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