Skip to content

Commit 7328d7f

Browse files
authored
Drop firebase dependency to 10.2.0
1 parent 9f85b3e commit 7328d7f

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
@@ -14,7 +14,7 @@ let package = Package(
1414
.package(
1515
name: "Firebase",
1616
url: "https://github.com/firebase/firebase-ios-sdk",
17-
.exact("10.19.0")
17+
.exact("10.2.0")
1818
),
1919
],
2020
targets: [

0 commit comments

Comments
 (0)