Skip to content

Commit 67d52ac

Browse files
maksymmalyhinryanwilsonpaulb777allenktvsamedson
authored
Merging the 7.9.0 (#7775)
* Update versions for Release 7.9.0 * Fix pod lib lint for watchOS + add CI test (#7740) * Fix pod lib lint for watchOS * Add watchOS build test. * Code review feedback * Typo and formatting * Typo and formatting * fix typo * Add missing test util files to tests targets Co-authored-by: Maksym Malyhin <[email protected]> * Resolve new SPM package install warning (#7741) * Cherry pick: Analytics 7.9.0 RC1 fix (#7750) (#7751) * Analytics 7.9.0 RC1 fix (#7750) * Analytics 7.9.0 RC1 (#7749) Co-authored-by: Allen Vicencio <[email protected]> * Fix recently introduced build warning (#7745) (#7755) * Analytics 7.9.0 RC2 (#7757) (#7759) Co-authored-by: Allen Vicencio <[email protected]> * Revert "Add a warning to upload-symbols when it detects an invalid dSYM (#7705)" (#7761) (#7762) This reverts commit a3eb3b5. * Update SPM analytics for 7.9.0 (#7774) * M92: update FirebaseAnalytics binary link for SPM * SPM: Update GoogleAppMeasurement version Co-authored-by: Ryan Wilson <[email protected]> Co-authored-by: Paul Beusterien <[email protected]> Co-authored-by: Allen Vicencio <[email protected]> Co-authored-by: Sam Edson <[email protected]>
1 parent 7fb172b commit 67d52ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ let package = Package(
111111
.package(
112112
name: "GoogleAppMeasurement",
113113
url: "https://github.com/google/GoogleAppMeasurement.git",
114-
.exact("7.8.1")
114+
.exact("7.9.0")
115115
),
116116
.package(
117117
name: "GoogleDataTransport",
@@ -260,8 +260,8 @@ let package = Package(
260260
),
261261
.binaryTarget(
262262
name: "FirebaseAnalytics",
263-
url: "https://dl.google.com/firebase/ios/swiftpm/7.8.1/FirebaseAnalytics.zip",
264-
checksum: "d3838e4d498a4846254feebf8d1995f63904a845fb57036b0520a413fb39b8a4"
263+
url: "https://dl.google.com/firebase/ios/swiftpm/7.9.0/FirebaseAnalytics.zip",
264+
checksum: "939cf0df51b97de5f53bfa3cb1e3d6fa83e875a9d3c47d1dff1ba67fdd9c7538"
265265
),
266266
.target(
267267
name: "FirebaseAnalyticsSwiftTarget",

0 commit comments

Comments
 (0)