File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use_frameworks! :linkage => :static
5
5
6
6
target 'integration_test' do
7
7
pod 'Firebase/Analytics' , '10.4.0'
8
- pod 'Google-Mobile-Ads-SDK' , '9.11.0.1 '
8
+ pod 'Google-Mobile-Ads-SDK' , '9.14.0 '
9
9
end
10
10
11
11
post_install do |installer |
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use_frameworks!
5
5
target 'GetPods' do
6
6
pod 'Firebase/Core' , '10.4.0'
7
7
8
- pod 'Google-Mobile-Ads-SDK' , '9.11.0.1 '
8
+ pod 'Google-Mobile-Ads-SDK' , '9.14.0 '
9
9
pod 'Firebase/Analytics' , '10.4.0'
10
10
pod 'Firebase/AppCheck' , '10.4.0'
11
11
pod 'Firebase/Auth' , '10.4.0'
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ Firebase Functions | firebase_functions.xcframework
256
256
Google Mobile Ads | firebase_gma.xcframework
257
257
| | firebase.xcframework
258
258
| | Firebase/Analytics Cocoapod (10.4.0)
259
- | | Google-Mobile-Ads-SDK Cocoapod (9.11.0.1 )
259
+ | | Google-Mobile-Ads-SDK Cocoapod (9.14.0 )
260
260
Firebase Installations | firebase_installations.xcframework
261
261
| | firebase.xcframework
262
262
| | FirebaseInstallations Cocoapod (10.4.0)
@@ -324,7 +324,7 @@ Firebase Functions | libfirebase_functions.a
324
324
Google Mobile Ads | libfirebase_gma.a
325
325
| | libfirebase_app.a
326
326
| | Firebase/Analytics Cocoapod (10.4.0)
327
- | | Google-Mobile-Ads-SDK Cocoapod (9.11.0.1 )
327
+ | | Google-Mobile-Ads-SDK Cocoapod (9.14.0 )
328
328
Firebase Installations | libfirebase_installations.a
329
329
| | libfirebase_app.a
330
330
| | FirebaseInstallations Cocoapod (10.4.0)
@@ -656,6 +656,7 @@ code.
656
656
APIs.
657
657
- GMA (Android): Updated dependency to play-services-ads version 21.4.0.
658
658
This new version requires Multidex to be enabled in your Android builds.
659
+ - GMA (iOS): Updated dependency to Google-Mobile-Ads-SDK version 9.14.0.
659
660
660
661
### 10.3.0
661
662
- Changes
You can’t perform that action at this time.
0 commit comments