Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
Left it at "1.4.0" ..< "3.0.0" to work with Firebase 9 and 10.
  • Loading branch information
ArturoLee authored Oct 24, 2022
1 parent f2ef990 commit adf5401
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 @@ -87,7 +87,7 @@ let package = Package(
.package(
name: "GTMSessionFetcher",
url: "https://github.com/google/gtm-session-fetcher.git",
"2.1.0" ..< "3.0.0"
"1.4.0" ..< "3.0.0"
),
.package(
name: "SDWebImage",
Expand Down

0 comments on commit adf5401

Please sign in to comment.