Skip to content

Commit

Permalink
Analytics 8.14.0 (#9459)
Browse files Browse the repository at this point in the history
* Analytics 8.14.0

* Analytics SPM 8.14.0
  • Loading branch information
htcgh authored Mar 16, 2022
1 parent 9151fa6 commit ccb2bcc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FirebaseAnalytics.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"tvos": "12.0"
},
"source": {
"http": "https://dl.google.com/firebase/ios/analytics/f0f626c062170be7/FirebaseAnalytics-8.12.0.tar.gz"
"http": "https://dl.google.com/firebase/ios/analytics/52eebd4fc62b3d8c/FirebaseAnalytics-8.14.0.tar.gz"
},
"subspecs": [
{
Expand Down
2 changes: 1 addition & 1 deletion GoogleAppMeasurement.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"tvos": "12.0"
},
"source": {
"http": "https://dl.google.com/firebase/ios/analytics/e018b55bdeb1f6a1/GoogleAppMeasurement-8.12.0.tar.gz"
"http": "https://dl.google.com/firebase/ios/analytics/24abf90683b830eb/GoogleAppMeasurement-8.14.0.tar.gz"
},
"subspecs": [
{
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ let package = Package(
url: "https://github.com/google/GoogleAppMeasurement.git",
// Note that CI changes the version to the head of main for CI.
// See scripts/setup_spm_tests.sh.
.exact("8.12.0")
.exact("8.14.0")
),
.package(
name: "GoogleDataTransport",
Expand Down Expand Up @@ -306,8 +306,8 @@ let package = Package(
),
.binaryTarget(
name: "FirebaseAnalytics",
url: "https://dl.google.com/firebase/ios/swiftpm/8.12.0/FirebaseAnalytics.zip",
checksum: "1e84cac76172c3caada4e1454b03b293cd8441997854a82231e3471b6eb9dd9d"
url: "https://dl.google.com/firebase/ios/swiftpm/8.14.0/FirebaseAnalytics.zip",
checksum: "c52cec7c35bc0f5ac130a5a73e53ece0ada68e80d34a6fe663dab66b0171f2ee"
),
.target(
name: "FirebaseAnalyticsSwiftTarget",
Expand Down

0 comments on commit ccb2bcc

Please sign in to comment.