Skip to content

Commit dc85d79

Browse files
committed
Updated deps.
1 parent 315800e commit dc85d79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ let package = Package(
2828
)
2929
],
3030
dependencies: [
31-
.package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "11.0.0")),
32-
.package(url: "https://github.com/google/GoogleSignIn-iOS", .upToNextMajor(from: "7.1.0")),
31+
.package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "11.5.0")),
32+
.package(url: "https://github.com/google/GoogleSignIn-iOS", .upToNextMajor(from: "8.0.0")),
3333
.package(url: "https://github.com/sparrowcode/SwiftBoost", .upToNextMajor(from: "4.0.9"))
3434
],
3535
targets: [

Sources/FirewrapRemoteConfig/FirebaseWrapperRemoteConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class FirewrapRemoteConfig {
5757
}
5858

5959
private static func printConsole(_ text: String) {
60-
debug("Firewrap, Auth: " + text)
60+
debug("Firewrap, RemoteConfig: " + text)
6161
}
6262

6363
private var updatedHandler: (() -> Void)? = nil

0 commit comments

Comments
 (0)