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 gma/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ios_pod/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down