Skip to content

Commit

Permalink
Analytics 10.22.1 (#12482)
Browse files Browse the repository at this point in the history
(cherry picked from commit 89526bf)

# Conflicts:
#	FirebaseAnalyticsOnDeviceConversion.podspec
#	GoogleAppMeasurementOnDeviceConversion.podspec
  • Loading branch information
tsunghung authored and andrewheard committed Mar 6, 2024
1 parent 86ae5de commit 2022e2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions FirebaseAnalyticsOnDeviceConversion.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseAnalyticsOnDeviceConversion'
s.version = '10.22.0'
s.version = '10.22.1'
s.summary = 'On device conversion measurement plugin for FirebaseAnalytics. Not intended for direct use.'

s.description = <<-DESC
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|

s.cocoapods_version = '>= 1.12.0'

s.dependency 'GoogleAppMeasurementOnDeviceConversion', '10.22.0'
s.dependency 'GoogleAppMeasurementOnDeviceConversion', '10.22.1'

s.static_framework = true

Expand Down
4 changes: 2 additions & 2 deletions GoogleAppMeasurementOnDeviceConversion.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GoogleAppMeasurementOnDeviceConversion'
s.version = '10.22.0'
s.version = '10.22.1'
s.summary = <<-SUMMARY
On device conversion measurement plugin for Google App Measurement. Not
intended for direct use.
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.authors = 'Google, Inc.'

s.source = {
:http => 'https://dl.google.com/firebase/ios/analytics/a0551aa6065a8330/GoogleAppMeasurementOnDeviceConversion-10.22.0.tar.gz'
:http => 'https://dl.google.com/firebase/ios/analytics/c696679c30b9561e/GoogleAppMeasurementOnDeviceConversion-10.22.1.tar.gz'
}

s.cocoapods_version = '>= 1.12.0'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ func googleAppMeasurementDependency() -> Package.Dependency {
return .package(url: appMeasurementURL, branch: "main")
}

return .package(url: appMeasurementURL, exact: "10.22.0")
return .package(url: appMeasurementURL, exact: "10.22.1")
}

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

0 comments on commit 2022e2f

Please sign in to comment.