Skip to content

Commit

Permalink
dirty fix to solve xcode error that doesn\'t like unstable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxfrazer committed Sep 22, 2022
1 parent 5907bf8 commit 67de831
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 @@ -14,7 +14,7 @@ let package = Package(
.package(
name: "AgoraRtcKit",
url: "https://github.com/AgoraIO/AgoraRtcEngine_iOS",
revision: "4.0.0-r.4"
.exact(Version(4, 0, 0))
),
.package(
name: "AgoraRtmKit",
Expand Down

0 comments on commit 67de831

Please sign in to comment.