Skip to content

Commit

Permalink
Analytics SPM 8.0.0 (#8039)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunghung authored May 5, 2021
1 parent c5cf7e6 commit f2b8de5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ let package = Package(
.package(
name: "GoogleAppMeasurement",
url: "https://github.com/google/GoogleAppMeasurement.git",
.exact("7.11.0")
.exact("8.0.0")
),
.package(
name: "GoogleDataTransport",
Expand Down Expand Up @@ -288,8 +288,8 @@ let package = Package(
),
.binaryTarget(
name: "FirebaseAnalytics",
url: "https://dl.google.com/firebase/ios/swiftpm/7.11.0/FirebaseAnalytics.zip",
checksum: "96fdd7d7e7812748b11ec2e8ca9c0cec186e1caa6037996b74410d89a4ddf6af"
url: "https://dl.google.com/firebase/ios/swiftpm/8.0.0/FirebaseAnalytics.zip",
checksum: "b4820ede2e4ee4001695f372da65f24e262881715be635d87ed87e7568cfda9f"
),
.target(
name: "FirebaseAnalyticsSwiftTarget",
Expand Down

0 comments on commit f2b8de5

Please sign in to comment.