Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/external/firestore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ endif()

# If the format of the line below changes, then be sure to update
# https://github.com/firebase/firebase-cpp-sdk/blob/fd054fa016/.github/workflows/update-dependencies.yml#L81
set(version "346f225d09ba30ca8ae01e068a8256c49a17252f")
set(version CocoaPods-10.22.0)

function(GetReleasedDep)
message("Getting released firebase-ios-sdk @ ${version}")
Expand Down
2 changes: 1 addition & 1 deletion gma/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target 'integration_test' do
platform :ios, '12.0'
pod 'Firebase/CoreOnly', '10.22.0'
pod 'Google-Mobile-Ads-SDK', '11.1.0'
pod 'GoogleUserMessagingPlatform', '2.2.0'
pod 'GoogleUserMessagingPlatform', '2.3.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion ios_pod/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'GetPods' do
pod 'Firebase/Core', '10.22.0'

pod 'Google-Mobile-Ads-SDK', '11.1.0'
pod 'GoogleUserMessagingPlatform', '2.2.0'
pod 'GoogleUserMessagingPlatform', '2.3.0'
pod 'Firebase/Analytics', '10.22.0'
pod 'Firebase/AppCheck', '10.22.0'
pod 'Firebase/Auth', '10.22.0'
Expand Down
4 changes: 2 additions & 2 deletions release_build_files/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Google Mobile Ads | firebase_gma.xcframework
| | firebase.xcframework
| | Firebase/CoreOnly Cocoapod (10.22.0)
| | Google-Mobile-Ads-SDK Cocoapod (11.1.0)
| | GoogleUserMessagingPlatform Cocoapod (2.2.0)
| | GoogleUserMessagingPlatform Cocoapod (2.3.0)
Firebase Installations | firebase_installations.xcframework
| | firebase.xcframework
| | FirebaseInstallations Cocoapod (10.22.0)
Expand Down Expand Up @@ -317,7 +317,7 @@ Google Mobile Ads | libfirebase_gma.a
| | libfirebase_app.a
| | Firebase/CoreOnly Cocoapod (10.22.0)
| | Google-Mobile-Ads-SDK Cocoapod (11.1.0)
| | GoogleUserMessagingPlatform Cocoapod (2.2.0)
| | GoogleUserMessagingPlatform Cocoapod (2.3.0)
Firebase Installations | libfirebase_installations.a
| | libfirebase_app.a
| | FirebaseInstallations Cocoapod (10.22.0)
Expand Down