Skip to content

Commit 07e3898

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-botjonsimantov
authored
Update iOS GMA dependencies - Thu Mar 14 2024 (#1556)
* Update mobile dependencies - Thu Mar 14 2024 ### iOS - Google-Mobile-Ads-SDK → 11.2.0 - GoogleUserMessagingPlatform → 2.3.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/8288278376). * Update release note GMA SDK version to match. --------- Co-authored-by: firebase-workflow-trigger-bot <[email protected]> Co-authored-by: Jon Simantov <[email protected]>
1 parent abce53b commit 07e3898

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

gma/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ use_frameworks! :linkage => :static
66
target 'integration_test' do
77
platform :ios, '12.0'
88
pod 'Firebase/CoreOnly', '10.22.0'
9-
pod 'Google-Mobile-Ads-SDK', '11.1.0'
10-
pod 'GoogleUserMessagingPlatform', '2.2.0'
9+
pod 'Google-Mobile-Ads-SDK', '11.2.0'
10+
pod 'GoogleUserMessagingPlatform', '2.3.0'
1111
end
1212

1313
post_install do |installer|

ios_pod/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ use_frameworks!
55
target 'GetPods' do
66
pod 'Firebase/Core', '10.22.0'
77

8-
pod 'Google-Mobile-Ads-SDK', '11.1.0'
9-
pod 'GoogleUserMessagingPlatform', '2.2.0'
8+
pod 'Google-Mobile-Ads-SDK', '11.2.0'
9+
pod 'GoogleUserMessagingPlatform', '2.3.0'
1010
pod 'Firebase/Analytics', '10.22.0'
1111
pod 'Firebase/AppCheck', '10.22.0'
1212
pod 'Firebase/Auth', '10.22.0'

release_build_files/readme.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ Firebase Functions | firebase_functions.xcframework
253253
Google Mobile Ads | firebase_gma.xcframework
254254
| | firebase.xcframework
255255
| | Firebase/CoreOnly Cocoapod (10.22.0)
256-
| | Google-Mobile-Ads-SDK Cocoapod (11.1.0)
257-
| | GoogleUserMessagingPlatform Cocoapod (2.2.0)
256+
| | Google-Mobile-Ads-SDK Cocoapod (11.2.0)
257+
| | GoogleUserMessagingPlatform Cocoapod (2.3.0)
258258
Firebase Installations | firebase_installations.xcframework
259259
| | firebase.xcframework
260260
| | FirebaseInstallations Cocoapod (10.22.0)
@@ -316,8 +316,8 @@ Firebase Functions | libfirebase_functions.a
316316
Google Mobile Ads | libfirebase_gma.a
317317
| | libfirebase_app.a
318318
| | Firebase/CoreOnly Cocoapod (10.22.0)
319-
| | Google-Mobile-Ads-SDK Cocoapod (11.1.0)
320-
| | GoogleUserMessagingPlatform Cocoapod (2.2.0)
319+
| | Google-Mobile-Ads-SDK Cocoapod (11.2.0)
320+
| | GoogleUserMessagingPlatform Cocoapod (2.3.0)
321321
Firebase Installations | libfirebase_installations.a
322322
| | libfirebase_app.a
323323
| | FirebaseInstallations Cocoapod (10.22.0)
@@ -635,7 +635,10 @@ code.
635635
- Changes
636636
- General (iOS, tvOS, Desktop): iOS, tvOS, and macOS SDKs are now built
637637
using Xcode 15.1.
638-
- GMA (iOS): Updated dependency to Google-Mobile-Ads-SDK version 11.0.1.
638+
- GMA (iOS): Updated dependency to Google-Mobile-Ads-SDK version 11.2.0 and
639+
GoogleUserMessagingPlatform version 2.3.0.
640+
- GMA (Android): Updated dependency to play-services-ads version 23.0.0 and
641+
user-messaging-platform version 2.2.0.
639642

640643
### 11.9.0
641644
- Changes

0 commit comments

Comments
 (0)