Skip to content

Commit 05bb9ac

Browse files
authored
Merge pull request #14 from lixm1988/main
update to 1.3.0
2 parents 7cbc435 + 6805724 commit 05bb9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ let package = Package(
2020
targets: [
2121
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
2222
// Targets can depend on other targets in this package, and on products in packages this package depends on.
23-
.binaryTarget(name: "AgoraChat", url: "https://download.agora.io/sdk/release/AgoraChat1_2_0.xcframework.zip", checksum: "e669afbb66d7ee0a5755beef08d8ad3a661ce17e4d3444a48dacc7af0f77ad4c"),
23+
.binaryTarget(name: "AgoraChat", url: "https://download.agora.io/sdk/release/AgoraChat1_3_0.zip", checksum: "3ee8c80573a2fa5f4c74abba9b23ba7adb9af549419b15bda278c691e110e4f1"),
2424
]
2525
)

0 commit comments

Comments
 (0)