Skip to content

Commit

Permalink
Update SPM analytics for 7.3.0 (#7132)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Dec 8, 2020
1 parent 77dae0b commit 8c8ad92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import PackageDescription

let firebaseVersion = "7.2.0"
let firebaseVersion = "7.3.0"

let package = Package(
name: "Firebase",
Expand Down Expand Up @@ -230,13 +230,13 @@ let package = Package(
),
.binaryTarget(
name: "FirebaseAnalytics",
url: "https://dl.google.com/firebase/ios/swiftpm/7.2.0/FirebaseAnalytics.zip",
checksum: "7212f8ba790a9fbcc4f3e28b9057a07c49ddc9cbd544ce39d855c9ca6581230f"
url: "https://dl.google.com/firebase/ios/swiftpm/7.3.0/FirebaseAnalytics.zip",
checksum: "c1d7a3750c451eb35bb1b43973607ac228d46192d1a7129c6accafa79419e8dd"
),
.binaryTarget(
name: "GoogleAppMeasurement",
url: "https://dl.google.com/firebase/ios/swiftpm/7.2.0/GoogleAppMeasurement.zip",
checksum: "c36f43609b6fa5ba8014a20cd3fce9ff456f302e7d9cd07b4f479978a19a9e2e"
url: "https://dl.google.com/firebase/ios/swiftpm/7.3.0/GoogleAppMeasurement.zip",
checksum: "d1543ebb82ffbefd978737a8ec6c970730b0bd03b541f009c6fb2e6794d94d41"
),

.target(
Expand Down

2 comments on commit 8c8ad92

@fishcharlie
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@paulb777 According to the GH releases page the release notes should be up at: https://firebase.google.com/support/release-notes/ios#7.3.0. But the latest version I see is 7.2.0. Is there an ETA for when the release notes will be up?

@paulb777
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fishcharlie The release notes should be up later today. In the meantime, the contents are available in CHANGELOG files for each product that is in this repo.

Please sign in to comment.