Skip to content

Commit adf5401

Browse files
authored
Update Package.swift
Left it at "1.4.0" ..< "3.0.0" to work with Firebase 9 and 10.
1 parent f2ef990 commit adf5401

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
@@ -87,7 +87,7 @@ let package = Package(
8787
.package(
8888
name: "GTMSessionFetcher",
8989
url: "https://github.com/google/gtm-session-fetcher.git",
90-
"2.1.0" ..< "3.0.0"
90+
"1.4.0" ..< "3.0.0"
9191
),
9292
.package(
9393
name: "SDWebImage",

0 commit comments

Comments
 (0)