Skip to content

Commit

Permalink
Analytics 10.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunghung committed Apr 3, 2024
1 parent 6238c93 commit 40c6e5f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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/1ca803fa1829b54c/FirebaseAnalytics-10.23.1.tar.gz'
:http => 'https://dl.google.com/firebase/ios/analytics/5d4d6d5e776b3fba/FirebaseAnalytics-10.24.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/12650bbf0dfc3242/GoogleAppMeasurement-10.23.1.tar.gz'
:http => 'https://dl.google.com/firebase/ios/analytics/cc4d75392af34c62/GoogleAppMeasurement-10.24.0.tar.gz'
}

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

s.source = {
:http => 'https://dl.google.com/firebase/ios/analytics/a71808f33f38be4a/GoogleAppMeasurementOnDeviceConversion-10.23.1.tar.gz'
:http => 'https://dl.google.com/firebase/ios/analytics/b9fcf205b593a673/GoogleAppMeasurementOnDeviceConversion-10.24.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 @@ -314,8 +314,8 @@ let package = Package(
),
.binaryTarget(
name: "FirebaseAnalytics",
url: "https://dl.google.com/firebase/ios/swiftpm/10.23.1/FirebaseAnalytics.zip",
checksum: "9bc21b7c931e7a52985126b1ac7c84ccbfb97a96ad47c3d948a70d0ccc343678"
url: "https://dl.google.com/firebase/ios/swiftpm/10.24.0/FirebaseAnalytics.zip",
checksum: "6b5e1d250f73c18cc1548235e7e88c0eb8d3ed82accbc92d0706f9791ade28e5"
),
.target(
name: "FirebaseAnalyticsSwiftTarget",
Expand Down Expand Up @@ -1363,7 +1363,7 @@ func googleAppMeasurementDependency() -> Package.Dependency {
return .package(url: appMeasurementURL, branch: "main")
}

return .package(url: appMeasurementURL, exact: "10.23.1")
return .package(url: appMeasurementURL, exact: "10.24.0")
}

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

0 comments on commit 40c6e5f

Please sign in to comment.