Skip to content

Commit

Permalink
bump firebase to support Google Consent Mode (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjcharles authored Feb 26, 2024
1 parent 9763329 commit e1d86e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"repositoryURL": "https://github.com/firebase/firebase-ios-sdk",
"state": {
"branch": null,
"revision": "5de0369ee79ad096c164eb3afeb7921d92a43b58",
"version": "10.18.0"
"revision": "f91c8167141d0279726c6f6d9d4a47c026785cbc",
"version": "10.21.0"
}
},
{
"package": "GoogleAppMeasurement",
"repositoryURL": "https://github.com/google/GoogleAppMeasurement.git",
"state": {
"branch": null,
"revision": "6b332152355c372ace9966d8ee76ed191f97025e",
"version": "10.17.0"
"revision": "cb8617fab75d181270a1d8f763f26b15c73e2e1e",
"version": "10.21.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let package = Package(
.package(
name: "Firebase",
url: "https://github.com/firebase/firebase-ios-sdk",
from: "10.0.0"
from: "10.21.0"
)
],
targets: [
Expand Down

0 comments on commit e1d86e8

Please sign in to comment.