We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f1c9b commit b647dffCopy full SHA for b647dff
examples/firebase_example/Package.swift
@@ -5,7 +5,7 @@ import PackageDescription
5
let package = Package(
6
name: "firebase_example",
7
dependencies: [
8
- .package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "10.28.1")),
+ .package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "10.29.0")),
9
// Used by crashlytics example
10
.package(url: "https://github.com/ashleymills/Reachability.swift.git", .upToNextMajor(from: "5.2.3")),
11
]
0 commit comments