Skip to content

Commit 60f9a33

Browse files
authored
Analytics 10.6.0 (#10853)
Analytics 10.6.0 #no-changelog Note: No source changes to GoogleAppMeasurementOnDeviceConversion
1 parent 10379c2 commit 60f9a33

3 files changed

+5
-5
lines changed

FirebaseAnalytics.podspec

+1-1
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/456fd5f254bd79ce/FirebaseAnalytics-10.4.0.tar.gz'
16+
:http => 'https://dl.google.com/firebase/ios/analytics/c549faaa5cd321b5/FirebaseAnalytics-10.6.0.tar.gz'
1717
}
1818

1919
s.cocoapods_version = '>= 1.10.0'

GoogleAppMeasurement.podspec

+1-1
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/993c10a5f4fc64e1/GoogleAppMeasurement-10.4.0.tar.gz'
19+
:http => 'https://dl.google.com/firebase/ios/analytics/93d139ae9f688e9c/GoogleAppMeasurement-10.6.0.tar.gz'
2020
}
2121

2222
s.cocoapods_version = '>= 1.10.2'

Package.swift

+3-3
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.4.0")
153+
.exact("10.6.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.4.0/FirebaseAnalytics.zip",
332-
checksum: "d5098cd2d731104dddb11c39b2cbbd3aab11a604c528706a16ff0114abd8d53a"
331+
url: "https://dl.google.com/firebase/ios/swiftpm/10.6.0/FirebaseAnalytics.zip",
332+
checksum: "a893066f524130a007ee255d9e535879b96a3fa0add139a8245edaf1c2f310f6"
333333
),
334334
.target(
335335
name: "FirebaseAnalyticsSwiftTarget",

0 commit comments

Comments
 (0)