File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use_frameworks! :linkage => :static
55
66target 'integration_test' do
77 pod 'Firebase/Analytics' , '9.6.0'
8- pod 'Google-Mobile-Ads-SDK' , '9.9 .0'
8+ pod 'Google-Mobile-Ads-SDK' , '9.11 .0'
99end
1010
1111post_install do |installer |
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use_frameworks!
55target 'GetPods' do
66 pod 'Firebase/Core' , '9.6.0'
77
8- pod 'Google-Mobile-Ads-SDK' , '9.9 .0'
8+ pod 'Google-Mobile-Ads-SDK' , '9.11 .0'
99 pod 'Firebase/Analytics' , '9.6.0'
1010 pod 'Firebase/Auth' , '9.6.0'
1111 pod 'Firebase/Crashlytics' , '9.6.0'
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ Firebase Functions | firebase_functions.xcframework
248248Google Mobile Ads | firebase_gma.xcframework
249249| | firebase.xcframework
250250| | Firebase/Analytics Cocoapod (9.6.0)
251- | | Google-Mobile-Ads-SDK Cocoapod (9.9 .0)
251+ | | Google-Mobile-Ads-SDK Cocoapod (9.11 .0)
252252Firebase Installations | firebase_installations.xcframework
253253| | firebase.xcframework
254254| | FirebaseInstallations Cocoapod (9.6.0)
@@ -316,7 +316,7 @@ Firebase Functions | libfirebase_functions.a
316316Google Mobile Ads | libfirebase_gma.a
317317| | libfirebase_app.a
318318| | Firebase/Analytics Cocoapod (9.6.0)
319- | | Google-Mobile-Ads-SDK Cocoapod (9.9 .0)
319+ | | Google-Mobile-Ads-SDK Cocoapod (9.11 .0)
320320Firebase Installations | libfirebase_installations.a
321321| | libfirebase_app.a
322322| | FirebaseInstallations Cocoapod (9.6.0)
@@ -641,6 +641,8 @@ code.
641641 - Auth (Android/iOS): Deprecating ` PhoneAuthProvider::kMaxTimeoutMs ` . The
642642 actual range is determined by the underlying SDK, ex.
643643 [ PhoneAuthOptions.Builder from Android SDK] ( https://firebase.google.com/docs/reference/android/com/google/firebase/auth/PhoneAuthOptions.Builder ) .
644+ - GMA (iOS): Updated iOS dependency to Google Mobile Ads SDK version
645+ 9.11.0.
644646
645647### 9.6.0
646648- Changes
You can’t perform that action at this time.
0 commit comments