Skip to content

Commit

Permalink
Analytics 11.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
htcgh committed Jan 7, 2025
1 parent e5a7384 commit ea92543
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/edf73aefd77661bd/FirebaseAnalytics-11.4.0.tar.gz'
:http => 'https://dl.google.com/firebase/ios/analytics/f18d9810c6c5311c/FirebaseAnalytics-11.7.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/16e615e7058d8274/GoogleAppMeasurement-11.4.0.tar.gz'
:http => 'https://dl.google.com/firebase/ios/analytics/0effb46af2c7d935/GoogleAppMeasurement-11.7.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 @@ -303,8 +303,8 @@ let package = Package(
),
.binaryTarget(
name: "FirebaseAnalytics",
url: "https://dl.google.com/firebase/ios/swiftpm/11.4.0/FirebaseAnalytics.zip",
checksum: "fb0d7cd992ffdcd82ed5c5fdb83e50ac983664f1dde81b140a0ddaa1aa66baae"
url: "https://dl.google.com/firebase/ios/swiftpm/11.7.0/FirebaseAnalytics.zip",
checksum: "ce1f4aba4f9e831f06eb77a4cbaf0bd021e0859197ee3100c5035b7037074793"
),
.testTarget(
name: "AnalyticsSwiftUnit",
Expand Down Expand Up @@ -1336,7 +1336,7 @@ func googleAppMeasurementDependency() -> Package.Dependency {
return .package(url: appMeasurementURL, branch: "main")
}

return .package(url: appMeasurementURL, exact: "11.4.0")
return .package(url: appMeasurementURL, exact: "11.7.0")
}

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

0 comments on commit ea92543

Please sign in to comment.