Skip to content

Commit

Permalink
Analytics 10.21.0 (#12335)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfba authored Jan 30, 2024
1 parent 165f94a commit b21dfeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FirebaseAnalytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.authors = 'Google, Inc.'

s.source = {
:http => 'https://dl.google.com/firebase/ios/analytics/0199e7929b47e2d9/FirebaseAnalytics-10.20.0.tar.gz'
:http => 'https://dl.google.com/firebase/ios/analytics/573d1b06cde0fa35/FirebaseAnalytics-10.21.0.tar.gz'
}

s.cocoapods_version = '>= 1.12.0'
Expand Down
2 changes: 1 addition & 1 deletion GoogleAppMeasurement.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.authors = 'Google, Inc.'

s.source = {
:http => 'https://dl.google.com/firebase/ios/analytics/3fcc7b954e5d5458/GoogleAppMeasurement-10.20.0.tar.gz'
:http => 'https://dl.google.com/firebase/ios/analytics/a95ed962e7ccb437/GoogleAppMeasurement-10.21.0.tar.gz'
}

s.cocoapods_version = '>= 1.12.0'
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ let package = Package(
),
.binaryTarget(
name: "FirebaseAnalytics",
url: "https://dl.google.com/firebase/ios/swiftpm/10.20.0/FirebaseAnalytics.zip",
checksum: "169e9983be26e31bff373ea3ae5b56559a49f6bf14986f8813be5af03c00b251"
url: "https://dl.google.com/firebase/ios/swiftpm/10.21.0/FirebaseAnalytics.zip",
checksum: "4d2c6daf6fd6f4d9e3071ed0051d4651648f44a01712a5949a36f169b1a2bd61"
),
.target(
name: "FirebaseAnalyticsSwiftTarget",
Expand Down Expand Up @@ -1312,7 +1312,7 @@ func googleAppMeasurementDependency() -> Package.Dependency {
return .package(url: appMeasurementURL, branch: "main")
}

return .package(url: appMeasurementURL, exact: "10.20.0")
return .package(url: appMeasurementURL, exact: "10.21.0")
}

func abseilDependency() -> Package.Dependency {
Expand Down

0 comments on commit b21dfeb

Please sign in to comment.