From a1b3019e03b5c293d4492a188819133d49c3d9c4 Mon Sep 17 00:00:00 2001 From: firebase-workflow-trigger-bot Date: Mon, 8 Aug 2022 21:05:52 +0000 Subject: [PATCH] Update mobile dependencies - Mon Aug 08 2022 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Android - com.google.firebase.firebase_bom → 30.3.2 ### iOS - Firebase/Analytics → 9.4.0 - Firebase/Auth → 9.4.0 - Firebase/Core → 9.4.0 - Firebase/Crashlytics → 9.4.0 - Firebase/Database → 9.4.0 - Firebase/DynamicLinks → 9.4.0 - Firebase/Firestore → 9.4.0 - Firebase/Functions → 9.4.0 - Firebase/Installations → 9.4.0 - Firebase/Messaging → 9.4.0 - Firebase/RemoteConfig → 9.4.0 - Firebase/Storage → 9.4.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/2820845228). --- Android/firebase_dependencies.gradle | 2 +- admob/admob_resources/build.gradle | 2 +- admob/integration_test/Podfile | 2 +- analytics/integration_test/Podfile | 4 +- analytics/ios_headers/FIREventNames.h | 2 +- analytics/ios_headers/FIRParameterNames.h | 2 +- analytics/ios_headers/FIRUserPropertyNames.h | 2 +- app/app_resources/build.gradle | 2 +- app/google_api_resources/build.gradle | 2 +- app/integration_test/Podfile | 2 +- app/invites_resources/build.gradle | 2 +- auth/auth_resources/build.gradle | 2 +- auth/integration_test/Podfile | 4 +- cmake/external/firestore.cmake | 2 +- database/database_resources/build.gradle | 2 +- database/integration_test/Podfile | 8 +-- dynamic_links/integration_test/Podfile | 2 +- firestore/firestore_resources/build.gradle | 2 +- firestore/integration_test/Podfile | 8 +-- firestore/integration_test_internal/Podfile | 8 +-- functions/integration_test/Podfile | 8 +-- gma/gma_resources/build.gradle | 2 +- gma/integration_test/Podfile | 2 +- installations/integration_test/Podfile | 4 +- ios_pod/Podfile | 24 +++---- messaging/integration_test/Podfile | 4 +- messaging/messaging_java/build.gradle | 2 +- .../Android/firebase_dependencies.gradle | 2 +- release_build_files/readme.md | 66 +++++++++---------- remote_config/integration_test/Podfile | 4 +- storage/integration_test/Podfile | 8 +-- storage/storage_resources/build.gradle | 2 +- 32 files changed, 95 insertions(+), 95 deletions(-) diff --git a/Android/firebase_dependencies.gradle b/Android/firebase_dependencies.gradle index 94ff8234f1..6e9f35ceb8 100644 --- a/Android/firebase_dependencies.gradle +++ b/Android/firebase_dependencies.gradle @@ -156,7 +156,7 @@ project.afterEvaluate { // Add the bill-of-materials project.dependencies { - implementation platform('com.google.firebase:firebase-bom:30.3.1') + implementation platform('com.google.firebase:firebase-bom:30.3.2') } for (String lib : firebaseCpp.dependencies.libSet) { // Generate and include the proguard file diff --git a/admob/admob_resources/build.gradle b/admob/admob_resources/build.gradle index b010dd1750..9fcb24003f 100644 --- a/admob/admob_resources/build.gradle +++ b/admob/admob_resources/build.gradle @@ -45,7 +45,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:30.3.1') + implementation platform('com.google.firebase:firebase-bom:30.3.2') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-ads:19.8.0' } diff --git a/admob/integration_test/Podfile b/admob/integration_test/Podfile index 28582739dc..0fa6934a50 100644 --- a/admob/integration_test/Podfile +++ b/admob/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '10.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '9.3.0' + pod 'Firebase/Analytics', '9.4.0' pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk2' end diff --git a/analytics/integration_test/Podfile b/analytics/integration_test/Podfile index ed020144d6..8117cc6c1d 100644 --- a/analytics/integration_test/Podfile +++ b/analytics/integration_test/Podfile @@ -5,12 +5,12 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Analytics', '9.3.0' + pod 'Firebase/Analytics', '9.4.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Analytics', '9.3.0' + pod 'Firebase/Analytics', '9.4.0' end post_install do |installer| diff --git a/analytics/ios_headers/FIREventNames.h b/analytics/ios_headers/FIREventNames.h index a45e94b91c..e9f1dbbe96 100644 --- a/analytics/ios_headers/FIREventNames.h +++ b/analytics/ios_headers/FIREventNames.h @@ -1,6 +1,6 @@ // Copyright 2022 Google LLC -// Copied from Firebase Analytics iOS SDK 9.3.0. +// Copied from Firebase Analytics iOS SDK 9.4.0. /// @file FIREventNames.h /// diff --git a/analytics/ios_headers/FIRParameterNames.h b/analytics/ios_headers/FIRParameterNames.h index f66e34a825..ac19d91b1c 100644 --- a/analytics/ios_headers/FIRParameterNames.h +++ b/analytics/ios_headers/FIRParameterNames.h @@ -1,6 +1,6 @@ // Copyright 2022 Google LLC -// Copied from Firebase Analytics iOS SDK 9.3.0. +// Copied from Firebase Analytics iOS SDK 9.4.0. /// @file FIRParameterNames.h /// diff --git a/analytics/ios_headers/FIRUserPropertyNames.h b/analytics/ios_headers/FIRUserPropertyNames.h index 519f1149d9..33f3fcda58 100644 --- a/analytics/ios_headers/FIRUserPropertyNames.h +++ b/analytics/ios_headers/FIRUserPropertyNames.h @@ -1,6 +1,6 @@ // Copyright 2022 Google LLC -// Copied from Firebase Analytics iOS SDK 9.3.0. +// Copied from Firebase Analytics iOS SDK 9.4.0. /// @file FIRUserPropertyNames.h /// diff --git a/app/app_resources/build.gradle b/app/app_resources/build.gradle index 4f548546ea..604469a27a 100644 --- a/app/app_resources/build.gradle +++ b/app/app_resources/build.gradle @@ -50,7 +50,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:30.3.1') + implementation platform('com.google.firebase:firebase-bom:30.3.2') implementation 'com.google.firebase:firebase-analytics' } diff --git a/app/google_api_resources/build.gradle b/app/google_api_resources/build.gradle index 049e53746c..4edb9db1f2 100644 --- a/app/google_api_resources/build.gradle +++ b/app/google_api_resources/build.gradle @@ -53,7 +53,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:30.3.1') + implementation platform('com.google.firebase:firebase-bom:30.3.2') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.android.gms:play-services-base:18.1.0' implementation project(':app:app_resources') diff --git a/app/integration_test/Podfile b/app/integration_test/Podfile index b7dd8fea28..45f953e239 100644 --- a/app/integration_test/Podfile +++ b/app/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '10.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '9.3.0' + pod 'Firebase/Analytics', '9.4.0' end post_install do |installer| diff --git a/app/invites_resources/build.gradle b/app/invites_resources/build.gradle index 1d458b4005..173b171461 100644 --- a/app/invites_resources/build.gradle +++ b/app/invites_resources/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:30.3.1') + implementation platform('com.google.firebase:firebase-bom:30.3.2') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-dynamic-links' implementation project(':app:app_resources') diff --git a/auth/auth_resources/build.gradle b/auth/auth_resources/build.gradle index 2c70f21017..b0390441b5 100644 --- a/auth/auth_resources/build.gradle +++ b/auth/auth_resources/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:30.3.1') + implementation platform('com.google.firebase:firebase-bom:30.3.2') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-auth' implementation project(':app:app_resources') diff --git a/auth/integration_test/Podfile b/auth/integration_test/Podfile index 2c3a8e4c53..8e2c168e5b 100644 --- a/auth/integration_test/Podfile +++ b/auth/integration_test/Podfile @@ -4,12 +4,12 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Auth', '9.3.0' + pod 'Firebase/Auth', '9.4.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Auth', '9.3.0' + pod 'Firebase/Auth', '9.4.0' end post_install do |installer| diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake index 5b374e9659..1716193e6d 100644 --- a/cmake/external/firestore.cmake +++ b/cmake/external/firestore.cmake @@ -20,7 +20,7 @@ endif() # If the format of the line below changes, then be sure to update # https://github.com/firebase/firebase-cpp-sdk/blob/fd054fa016/.github/workflows/update-dependencies.yml#L81 -set(version CocoaPods-9.3.0) +set(version CocoaPods-9.4.0) function(GetReleasedDep) message("Getting released firebase-ios-sdk @ ${version}") diff --git a/database/database_resources/build.gradle b/database/database_resources/build.gradle index 69bb792778..1c6bd72d98 100644 --- a/database/database_resources/build.gradle +++ b/database/database_resources/build.gradle @@ -45,7 +45,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:30.3.1') + implementation platform('com.google.firebase:firebase-bom:30.3.2') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-database' //implementation project(':app:app_resources') diff --git a/database/integration_test/Podfile b/database/integration_test/Podfile index 40f3ab894d..ad809e30d5 100644 --- a/database/integration_test/Podfile +++ b/database/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Database', '9.3.0' - pod 'Firebase/Auth', '9.3.0' + pod 'Firebase/Database', '9.4.0' + pod 'Firebase/Auth', '9.4.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Database', '9.3.0' - pod 'Firebase/Auth', '9.3.0' + pod 'Firebase/Database', '9.4.0' + pod 'Firebase/Auth', '9.4.0' end post_install do |installer| diff --git a/dynamic_links/integration_test/Podfile b/dynamic_links/integration_test/Podfile index 43a7e5db84..6896a75df4 100644 --- a/dynamic_links/integration_test/Podfile +++ b/dynamic_links/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '10.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/DynamicLinks', '9.3.0' + pod 'Firebase/DynamicLinks', '9.4.0' end post_install do |installer| diff --git a/firestore/firestore_resources/build.gradle b/firestore/firestore_resources/build.gradle index 6f589a04d6..82d045bf14 100644 --- a/firestore/firestore_resources/build.gradle +++ b/firestore/firestore_resources/build.gradle @@ -53,7 +53,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:30.3.1') + implementation platform('com.google.firebase:firebase-bom:30.3.2') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-firestore' } diff --git a/firestore/integration_test/Podfile b/firestore/integration_test/Podfile index 3194eb6443..51a957bff6 100644 --- a/firestore/integration_test/Podfile +++ b/firestore/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Firestore', '9.3.0' - pod 'Firebase/Auth', '9.3.0' + pod 'Firebase/Firestore', '9.4.0' + pod 'Firebase/Auth', '9.4.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Firestore', '9.3.0' - pod 'Firebase/Auth', '9.3.0' + pod 'Firebase/Firestore', '9.4.0' + pod 'Firebase/Auth', '9.4.0' end post_install do |installer| diff --git a/firestore/integration_test_internal/Podfile b/firestore/integration_test_internal/Podfile index 2c29cada3d..950ef9216b 100644 --- a/firestore/integration_test_internal/Podfile +++ b/firestore/integration_test_internal/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Firestore', '9.3.0' - pod 'Firebase/Auth', '9.3.0' + pod 'Firebase/Firestore', '9.4.0' + pod 'Firebase/Auth', '9.4.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Firestore', '9.3.0' - pod 'Firebase/Auth', '9.3.0' + pod 'Firebase/Firestore', '9.4.0' + pod 'Firebase/Auth', '9.4.0' end post_install do |installer| diff --git a/functions/integration_test/Podfile b/functions/integration_test/Podfile index f539681471..5a289896c7 100644 --- a/functions/integration_test/Podfile +++ b/functions/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Functions', '9.3.0' - pod 'Firebase/Auth', '9.3.0' + pod 'Firebase/Functions', '9.4.0' + pod 'Firebase/Auth', '9.4.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Functions', '9.3.0' - pod 'Firebase/Auth', '9.3.0' + pod 'Firebase/Functions', '9.4.0' + pod 'Firebase/Auth', '9.4.0' end post_install do |installer| diff --git a/gma/gma_resources/build.gradle b/gma/gma_resources/build.gradle index 0bc670763a..0b5998e789 100644 --- a/gma/gma_resources/build.gradle +++ b/gma/gma_resources/build.gradle @@ -45,7 +45,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:30.3.1') + implementation platform('com.google.firebase:firebase-bom:30.3.2') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.android.gms:play-services-ads:21.1.0' } diff --git a/gma/integration_test/Podfile b/gma/integration_test/Podfile index 545db5705c..669caeb9af 100644 --- a/gma/integration_test/Podfile +++ b/gma/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '10.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '9.3.0' + pod 'Firebase/Analytics', '9.4.0' pod 'Google-Mobile-Ads-SDK', '9.7.0' end diff --git a/installations/integration_test/Podfile b/installations/integration_test/Podfile index c7415440fa..e8ccde6b43 100644 --- a/installations/integration_test/Podfile +++ b/installations/integration_test/Podfile @@ -4,8 +4,8 @@ platform :ios, '10.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '9.3.0' - pod 'Firebase/Installations', '9.3.0' + pod 'Firebase/Analytics', '9.4.0' + pod 'Firebase/Installations', '9.4.0' end post_install do |installer| diff --git a/ios_pod/Podfile b/ios_pod/Podfile index 7dd11b2f0b..a98bc5c54d 100644 --- a/ios_pod/Podfile +++ b/ios_pod/Podfile @@ -3,19 +3,19 @@ platform :ios, '10.0' use_frameworks! target 'GetPods' do - pod 'Firebase/Core', '9.3.0' + pod 'Firebase/Core', '9.4.0' pod 'Google-Mobile-Ads-SDK', '9.7.0' - pod 'Firebase/Analytics', '9.3.0' - pod 'Firebase/Auth', '9.3.0' - pod 'Firebase/Crashlytics', '9.3.0' - pod 'Firebase/Database', '9.3.0' - pod 'Firebase/DynamicLinks', '9.3.0' - pod 'Firebase/Firestore', '9.3.0' - pod 'Firebase/Functions', '9.3.0' - pod 'Firebase/Installations', '9.3.0' - pod 'Firebase/Messaging', '9.3.0' - pod 'Firebase/RemoteConfig', '9.3.0' - pod 'Firebase/Storage', '9.3.0' + pod 'Firebase/Analytics', '9.4.0' + pod 'Firebase/Auth', '9.4.0' + pod 'Firebase/Crashlytics', '9.4.0' + pod 'Firebase/Database', '9.4.0' + pod 'Firebase/DynamicLinks', '9.4.0' + pod 'Firebase/Firestore', '9.4.0' + pod 'Firebase/Functions', '9.4.0' + pod 'Firebase/Installations', '9.4.0' + pod 'Firebase/Messaging', '9.4.0' + pod 'Firebase/RemoteConfig', '9.4.0' + pod 'Firebase/Storage', '9.4.0' end diff --git a/messaging/integration_test/Podfile b/messaging/integration_test/Podfile index 0c96705471..48c9fda1c4 100644 --- a/messaging/integration_test/Podfile +++ b/messaging/integration_test/Podfile @@ -4,12 +4,12 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Messaging', '9.3.0' + pod 'Firebase/Messaging', '9.4.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Messaging', '9.3.0' + pod 'Firebase/Messaging', '9.4.0' end post_install do |installer| diff --git a/messaging/messaging_java/build.gradle b/messaging/messaging_java/build.gradle index 301b392cb4..51153008b0 100644 --- a/messaging/messaging_java/build.gradle +++ b/messaging/messaging_java/build.gradle @@ -55,7 +55,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:30.3.1') + implementation platform('com.google.firebase:firebase-bom:30.3.2') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-messaging' implementation 'com.google.flatbuffers:flatbuffers-java:1.12.0' diff --git a/release_build_files/Android/firebase_dependencies.gradle b/release_build_files/Android/firebase_dependencies.gradle index 9388b1921f..31a05cc2fc 100644 --- a/release_build_files/Android/firebase_dependencies.gradle +++ b/release_build_files/Android/firebase_dependencies.gradle @@ -130,7 +130,7 @@ project.afterEvaluate { // Add the bill-of-materials project.dependencies { - implementation platform('com.google.firebase:firebase-bom:30.3.1') + implementation platform('com.google.firebase:firebase-bom:30.3.2') } for (String lib : firebaseCpp.dependencies.libSet) { // Messaging includes an aar, which to be depended on properly requires diff --git a/release_build_files/readme.md b/release_build_files/readme.md index d888e34da8..58b2838f1b 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -79,7 +79,7 @@ distributed as part of the core Firebase Feature | Required Libraries and Gradle Packages -------------------------- | -------------------------------------- -All Firebase SDKs | platform(com.google.firebase:firebase-bom:30.3.1) +All Firebase SDKs | platform(com.google.firebase:firebase-bom:30.3.2) | | (Android Bill of Materials) Firebase AdMob | libfirebase_admob.a | (deprecated) | libfirebase_app.a @@ -224,50 +224,50 @@ Feature | Required Frameworks and Cocoapods -------------------------- | --------------------------------------- Firebase AdMob | firebase_admob.xcframework | (deprecated) | firebase.xcframework -| | Firebase/Analytics Cocoapod (9.3.0) +| | Firebase/Analytics Cocoapod (9.4.0) | | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk2) Firebase Analytics | firebase_analytics.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (9.3.0) +| | Firebase/Analytics Cocoapod (9.4.0) Firebase Authentication | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Auth Cocoapod (9.3.0) +| | Firebase/Auth Cocoapod (9.4.0) Firebase Dynamic Links | firebase_dynamic_links.xcframework | | firebase.xcframework -| | Firebase/DynamicLinks Cocoapod (9.3.0) +| | Firebase/DynamicLinks Cocoapod (9.4.0) Cloud Firestore | firebase_firestore.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Firestore Cocoapod (9.3.0) -| | Firebase/Auth Cocoapod (9.3.0) +| | Firebase/Firestore Cocoapod (9.4.0) +| | Firebase/Auth Cocoapod (9.4.0) Firebase Functions | firebase_functions.xcframework | | firebase_auth.xcframework (optional) | | firebase.xcframework -| | Firebase/Functions Cocoapod (9.3.0) -| | Firebase/Auth Cocoapod (9.3.0) +| | Firebase/Functions Cocoapod (9.4.0) +| | Firebase/Auth Cocoapod (9.4.0) Google Mobile Ads | firebase_gma.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (9.3.0) +| | Firebase/Analytics Cocoapod (9.4.0) | | Google-Mobile-Ads-SDK Cocoapod (9.7.0) Firebase Installations | firebase_installations.xcframework | | firebase.xcframework -| | FirebaseInstallations Cocoapod (9.3.0) +| | FirebaseInstallations Cocoapod (9.4.0) Firebase Cloud Messaging | firebase_messaging.xcframework | | firebase.xcframework -| | Firebase/Messaging Cocoapod (9.3.0) +| | Firebase/Messaging Cocoapod (9.4.0) Firebase Realtime Database | firebase_database.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Database Cocoapod (9.3.0) -| | Firebase/Auth Cocoapod (9.3.0) +| | Firebase/Database Cocoapod (9.4.0) +| | Firebase/Auth Cocoapod (9.4.0) Firebase Remote Config | firebase_remote_config.xcframework | | firebase.xcframework -| | Firebase/RemoteConfig Cocoapod (9.3.0) +| | Firebase/RemoteConfig Cocoapod (9.4.0) Firebase Storage | firebase_storage.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Storage Cocoapod (9.3.0) -| | Firebase/Auth Cocoapod (9.3.0) +| | Firebase/Storage Cocoapod (9.4.0) +| | Firebase/Auth Cocoapod (9.4.0) Important: Each version of the Firebase C++ SDK supports a specific version of the Firebase iOS SDK. Please ensure that you reference the Cocoapod versions @@ -292,50 +292,50 @@ Feature | Required Libraries and Cocoapods -------------------------- | ----------------------------------------- Firebase AdMob | libfirebase_admob.a | (deprecated) | libfirebase_app.a -| | Firebase/Analytics Cocoapod (9.3.0) +| | Firebase/Analytics Cocoapod (9.4.0) | | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk2) Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (9.3.0) +| | Firebase/Analytics Cocoapod (9.4.0) Firebase Authentication | libfirebase_auth.a | | libfirebase_app.a -| | Firebase/Auth Cocoapod (9.3.0) +| | Firebase/Auth Cocoapod (9.4.0) Firebase Dynamic Links | libfirebase_dynamic_links.a | | libfirebase_app.a -| | Firebase/DynamicLinks Cocoapod (9.3.0) +| | Firebase/DynamicLinks Cocoapod (9.4.0) Cloud Firestore | libfirebase_firestore.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Firestore Cocoapod (9.3.0) -| | Firebase/Auth Cocoapod (9.3.0) +| | Firebase/Firestore Cocoapod (9.4.0) +| | Firebase/Auth Cocoapod (9.4.0) Firebase Functions | libfirebase_functions.a | | libfirebase_app.a | | libfirebase_auth.a (optional) -| | Firebase/Functions Cocoapod (9.3.0) -| | Firebase/Auth Cocoapod (9.3.0) +| | Firebase/Functions Cocoapod (9.4.0) +| | Firebase/Auth Cocoapod (9.4.0) Google Mobile Ads | libfirebase_gma.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (9.3.0) +| | Firebase/Analytics Cocoapod (9.4.0) | | Google-Mobile-Ads-SDK Cocoapod (9.7.0) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a -| | FirebaseInstallations Cocoapod (9.3.0) +| | FirebaseInstallations Cocoapod (9.4.0) Firebase Cloud Messaging | libfirebase_messaging.a | | libfirebase_app.a -| | Firebase/CloudMessaging Cocoapod (9.3.0) +| | Firebase/CloudMessaging Cocoapod (9.4.0) Firebase Realtime Database | libfirebase_database.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Database Cocoapod (9.3.0) -| | Firebase/Auth Cocoapod (9.3.0) +| | Firebase/Database Cocoapod (9.4.0) +| | Firebase/Auth Cocoapod (9.4.0) Firebase Remote Config | libfirebase_remote_config.a | | libfirebase_app.a -| | Firebase/RemoteConfig Cocoapod (9.3.0) +| | Firebase/RemoteConfig Cocoapod (9.4.0) Firebase Storage | libfirebase_storage.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Storage Cocoapod (9.3.0) -| | Firebase/Auth Cocoapod (9.3.0) +| | Firebase/Storage Cocoapod (9.4.0) +| | Firebase/Auth Cocoapod (9.4.0) Important: Each version of the Firebase C++ SDK supports a specific version of the Firebase iOS SDK. Please ensure that you reference the Cocoapod versions diff --git a/remote_config/integration_test/Podfile b/remote_config/integration_test/Podfile index bfc98c6bdc..d4cbb35cc3 100644 --- a/remote_config/integration_test/Podfile +++ b/remote_config/integration_test/Podfile @@ -4,12 +4,12 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/RemoteConfig', '9.3.0' + pod 'Firebase/RemoteConfig', '9.4.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/RemoteConfig', '9.3.0' + pod 'Firebase/RemoteConfig', '9.4.0' end post_install do |installer| diff --git a/storage/integration_test/Podfile b/storage/integration_test/Podfile index d18affa39a..e8cabff60d 100644 --- a/storage/integration_test/Podfile +++ b/storage/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Storage', '9.3.0' - pod 'Firebase/Auth', '9.3.0' + pod 'Firebase/Storage', '9.4.0' + pod 'Firebase/Auth', '9.4.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Storage', '9.3.0' - pod 'Firebase/Auth', '9.3.0' + pod 'Firebase/Storage', '9.4.0' + pod 'Firebase/Auth', '9.4.0' end post_install do |installer| diff --git a/storage/storage_resources/build.gradle b/storage/storage_resources/build.gradle index 8dab711d72..33e6252c64 100644 --- a/storage/storage_resources/build.gradle +++ b/storage/storage_resources/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:30.3.1') + implementation platform('com.google.firebase:firebase-bom:30.3.2') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-storage' }