Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update iOS dependencies - Mon Mar 11 2024 #1548

Closed
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 gma/integration_test/Podfile
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ use_frameworks! :linkage => :static

target 'integration_test' do
pod 'Firebase/CoreOnly', '10.22.0'
pod 'Google-Mobile-Ads-SDK', '10.14.0'
pod 'Google-Mobile-Ads-SDK', '11.1.0'
pod 'GoogleUserMessagingPlatform', '2.1.0'
end

2 changes: 1 addition & 1 deletion ios_pod/Podfile
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ use_frameworks!
target 'GetPods' do
pod 'Firebase/Core', '10.22.0'

pod 'Google-Mobile-Ads-SDK', '10.14.0'
pod 'Google-Mobile-Ads-SDK', '11.1.0'
pod 'GoogleUserMessagingPlatform', '2.1.0'
pod 'Firebase/Analytics', '10.22.0'
pod 'Firebase/AppCheck', '10.22.0'
4 changes: 2 additions & 2 deletions release_build_files/readme.md
Original file line number Diff line number Diff line change
@@ -253,7 +253,7 @@ Firebase Functions | firebase_functions.xcframework
Google Mobile Ads | firebase_gma.xcframework
| | firebase.xcframework
| | Firebase/CoreOnly Cocoapod (10.22.0)
| | Google-Mobile-Ads-SDK Cocoapod (10.14.0)
| | Google-Mobile-Ads-SDK Cocoapod (11.1.0)
| | GoogleUserMessagingPlatform Cocoapod (2.1.0)
Firebase Installations | firebase_installations.xcframework
| | firebase.xcframework
@@ -316,7 +316,7 @@ Firebase Functions | libfirebase_functions.a
Google Mobile Ads | libfirebase_gma.a
| | libfirebase_app.a
| | Firebase/CoreOnly Cocoapod (10.22.0)
| | Google-Mobile-Ads-SDK Cocoapod (10.14.0)
| | Google-Mobile-Ads-SDK Cocoapod (11.1.0)
| | GoogleUserMessagingPlatform Cocoapod (2.1.0)
Firebase Installations | libfirebase_installations.a
| | libfirebase_app.a
Loading