Skip to content

Commit

Permalink
[Release] Update Firestore's binary deps in Package.swift (#12709)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Apr 4, 2024
1 parent 9161a40 commit 42eae77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ func abseilDependency() -> Package.Dependency {
} else {
packageInfo = (
"https://github.com/google/abseil-cpp-binary.git",
"1.2024011601.0" ..< "1.2024011700.0"
"1.2024011601.1" ..< "1.2024011700.0"
)
}

Expand All @@ -1394,7 +1394,7 @@ func grpcDependency() -> Package.Dependency {
if ProcessInfo.processInfo.environment["FIREBASE_SOURCE_FIRESTORE"] != nil {
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.62.3" ..< "1.63.0")
} else {
packageInfo = ("https://github.com/google/grpc-binary.git", "1.62.1" ..< "1.63.0")
packageInfo = ("https://github.com/google/grpc-binary.git", "1.62.2" ..< "1.63.0")
}

return .package(url: packageInfo.url, packageInfo.range)
Expand Down

0 comments on commit 42eae77

Please sign in to comment.