Skip to content

Commit 0058ef6

Browse files
authored
Analytics 10.8.0 (#11064)
1 parent 5677db8 commit 0058ef6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

FirebaseAnalytics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.authors = 'Google, Inc.'
1414

1515
s.source = {
16-
:http => 'https://dl.google.com/firebase/ios/analytics/c549faaa5cd321b5/FirebaseAnalytics-10.6.0.tar.gz'
16+
:http => 'https://dl.google.com/firebase/ios/analytics/5f0d532a0eb9e9ca/FirebaseAnalytics-10.8.0.tar.gz'
1717
}
1818

1919
s.cocoapods_version = '>= 1.10.0'

GoogleAppMeasurement.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.authors = 'Google, Inc.'
1717

1818
s.source = {
19-
:http => 'https://dl.google.com/firebase/ios/analytics/93d139ae9f688e9c/GoogleAppMeasurement-10.6.0.tar.gz'
19+
:http => 'https://dl.google.com/firebase/ios/analytics/c63c2bcbdb7c6785/GoogleAppMeasurement-10.8.0.tar.gz'
2020
}
2121

2222
s.cocoapods_version = '>= 1.10.2'

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ let package = Package(
150150
url: "https://github.com/google/GoogleAppMeasurement.git",
151151
// Note that CI changes the version to the head of main for CI.
152152
// See scripts/setup_spm_tests.sh.
153-
.exact("10.6.0")
153+
.exact("10.8.0")
154154
),
155155
.package(
156156
name: "GoogleDataTransport",
@@ -328,8 +328,8 @@ let package = Package(
328328
),
329329
.binaryTarget(
330330
name: "FirebaseAnalytics",
331-
url: "https://dl.google.com/firebase/ios/swiftpm/10.6.0/FirebaseAnalytics.zip",
332-
checksum: "a893066f524130a007ee255d9e535879b96a3fa0add139a8245edaf1c2f310f6"
331+
url: "https://dl.google.com/firebase/ios/swiftpm/10.8.0/FirebaseAnalytics.zip",
332+
checksum: "f758786d204e2139d221bd91ac0767514845a507affe7d0a268563b2746ebf02"
333333
),
334334
.target(
335335
name: "FirebaseAnalyticsSwiftTarget",

0 commit comments

Comments
 (0)