Skip to content

Commit

Permalink
Drop firebase dependency to 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacao authored Feb 13, 2024
1 parent 9f85b3e commit 7328d7f
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: "Firebase",
url: "https://github.com/firebase/firebase-ios-sdk",
.exact("10.19.0")
.exact("10.2.0")
),
],
targets: [
Expand Down

0 comments on commit 7328d7f

Please sign in to comment.