Skip to content

Commit

Permalink
udpate to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lixm1988 committed Dec 20, 2024
1 parent 6805724 commit 533b311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ let package = Package(
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.binaryTarget(name: "AgoraChat", url: "https://download.agora.io/sdk/release/AgoraChat1_3_0.zip", checksum: "3ee8c80573a2fa5f4c74abba9b23ba7adb9af549419b15bda278c691e110e4f1"),
.binaryTarget(name: "AgoraChat", url: "https://download.agora.io/sdk/release/AgoraChat1_3_1.xcframework.zip ", checksum: "262349351fce761b8b0ae4feecfce3f8876fb407382130717e390050f0ca3656"),
]
)

0 comments on commit 533b311

Please sign in to comment.