Skip to content

Commit

Permalink
Support Firebase 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Aug 1, 2024
1 parent 33e5de6 commit 78d9ff6
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 @@ -19,7 +19,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/firebase/firebase-ios-sdk.git",
"9.3.0"..<"11.0.0"
"9.3.0"..<"12.0.0"
),
.package(
url: "https://github.com/bugsnag/bugsnag-cocoa.git",
Expand Down

0 comments on commit 78d9ff6

Please sign in to comment.