File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
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' , '9.3.0'
8
- pod 'Google-Mobile-Ads-SDK' , '9.4 .0'
8
+ pod 'Google-Mobile-Ads-SDK' , '9.7 .0'
9
9
end
10
10
11
11
post_install do |installer |
Original file line number Diff line number Diff line change 123
123
ad_load_callback_data_ = nil ;
124
124
} else {
125
125
// Make the AdView ad request.
126
- [ad_view_ loadRequest: ad_request];
126
+ [(GADBannerView*) ad_view_ loadRequest: ad_request];
127
127
}
128
128
});
129
129
return future;
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' , '9.3.0'
7
7
8
- pod 'Google-Mobile-Ads-SDK' , '9.4 .0'
8
+ pod 'Google-Mobile-Ads-SDK' , '9.7 .0'
9
9
pod 'Firebase/Analytics' , '9.3.0'
10
10
pod 'Firebase/Auth' , '9.3.0'
11
11
pod 'Firebase/Crashlytics' , '9.3.0'
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ Firebase Functions | firebase_functions.xcframework
248
248
Google Mobile Ads | firebase_gma.xcframework
249
249
| | firebase.xcframework
250
250
| | Firebase/Analytics Cocoapod (9.3.0)
251
- | | Google-Mobile-Ads-SDK Cocoapod (9.4 .0)
251
+ | | Google-Mobile-Ads-SDK Cocoapod (9.7 .0)
252
252
Firebase Installations | firebase_installations.xcframework
253
253
| | firebase.xcframework
254
254
| | FirebaseInstallations Cocoapod (9.3.0)
@@ -316,7 +316,7 @@ Firebase Functions | libfirebase_functions.a
316
316
Google Mobile Ads | libfirebase_gma.a
317
317
| | libfirebase_app.a
318
318
| | Firebase/Analytics Cocoapod (9.3.0)
319
- | | Google-Mobile-Ads-SDK Cocoapod (9.4 .0)
319
+ | | Google-Mobile-Ads-SDK Cocoapod (9.7 .0)
320
320
Firebase Installations | libfirebase_installations.a
321
321
| | libfirebase_app.a
322
322
| | FirebaseInstallations Cocoapod (9.3.0)
@@ -639,6 +639,7 @@ code.
639
639
- General (Desktop): Fixed an issue with embedded dependencies that could
640
640
cause duplicate symbol linker errors in conjunction with other libraries
641
641
([ #989 ] ( https://github.com/firebase/firebase-cpp-sdk/issues/989 ) ).
642
+ - GMA (iOS): Updated iOS dependency to Google Mobile Ads SDK version 9.7.0.
642
643
643
644
### 9.3.0
644
645
- Changes
You can’t perform that action at this time.
0 commit comments