Skip to content

Commit

Permalink
[#1457] Update dependency firebase/firebase-ios-sdk to from: "11.2.0" (
Browse files Browse the repository at this point in the history
…#3893)

* [#1457] Update dependency firebase/firebase-ios-sdk to from: "11.2.0"

Co-authored-by: Mustafa Ozhan <[email protected]>

* [#1457] Update dependency firebase/firebase-ios-sdk to from: "11.2.0"

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mustafa Ozhan <[email protected]>
  • Loading branch information
renovate[bot] and mustafaozhan authored Sep 20, 2024
1 parent 2eca928 commit e2d07b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ios/CCC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@
repositoryURL = "https://github.com/firebase/firebase-ios-sdk";
requirement = {
kind = exactVersion;
version = 11.1.0;
version = 11.2.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
4 changes: 2 additions & 2 deletions ios/CCC.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/firebase-ios-sdk",
"state" : {
"revision" : "9118aca998dbe2ceac45d64b21a91c6376928df7",
"version" : "11.1.0"
"revision" : "1fc52ab0e172e7c5a961f975a76c2611f4f22852",
"version" : "11.2.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion ios/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/firebase/firebase-ios-sdk",
from: "11.1.0"
from: "11.2.0"
),
.package(
url: "https://github.com/googleads/swift-package-manager-google-mobile-ads.git",
Expand Down

0 comments on commit e2d07b9

Please sign in to comment.