From 2ae2a971e0f36412e43e40d7535e4f169618c277 Mon Sep 17 00:00:00 2001 From: firebase-workflow-trigger-bot Date: Mon, 24 Jun 2024 18:54:07 +0000 Subject: [PATCH 1/2] Update mobile dependencies - Mon Jun 24 2024 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Android - com.google.android.gms.play_services_base → 18.5.0 - com.google.firebase.firebase_bom → 33.1.1 ### iOS - Firebase/Analytics → 10.28.1 - Firebase/AppCheck → 10.28.1 - Firebase/Auth → 10.28.1 - Firebase/Core → 10.28.1 - Firebase/CoreOnly → 10.28.1 - Firebase/Crashlytics → 10.28.1 - Firebase/Database → 10.28.1 - Firebase/DynamicLinks → 10.28.1 - Firebase/Firestore → 10.28.1 - Firebase/Functions → 10.28.1 - Firebase/Installations → 10.28.1 - Firebase/Messaging → 10.28.1 - Firebase/RemoteConfig → 10.28.1 - Firebase/Storage → 10.28.1 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/9650421680). --- Android/firebase_dependencies.gradle | 4 +- 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 | 4 +- app/integration_test/Podfile | 2 +- app/invites_resources/build.gradle | 2 +- app_check/app_check_resources/build.gradle | 2 +- app_check/integration_test/Podfile | 20 +++--- 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 | 26 +++---- messaging/integration_test/Podfile | 8 +-- messaging/messaging_java/build.gradle | 2 +- .../Android/firebase_dependencies.gradle | 4 +- release_build_files/readme.md | 68 +++++++++---------- remote_config/integration_test/Podfile | 4 +- .../remote_config_resources/build.gradle | 2 +- storage/integration_test/Podfile | 8 +-- storage/storage_resources/build.gradle | 2 +- 33 files changed, 112 insertions(+), 112 deletions(-) diff --git a/Android/firebase_dependencies.gradle b/Android/firebase_dependencies.gradle index 1465af1f5d..ecba080954 100644 --- a/Android/firebase_dependencies.gradle +++ b/Android/firebase_dependencies.gradle @@ -20,7 +20,7 @@ def firebaseDependenciesMap = [ 'app_check' : ['com.google.firebase:firebase-appcheck', 'com.google.firebase:firebase-appcheck-debug', 'com.google.firebase:firebase-appcheck-playintegrity'], - 'play_services' : ['com.google.android.gms:play-services-base:18.4.0'], + 'play_services' : ['com.google.android.gms:play-services-base:18.5.0'], 'analytics' : ['com.google.firebase:firebase-analytics'], 'auth' : ['com.google.firebase:firebase-auth'], 'database' : ['com.google.firebase:firebase-database'], @@ -159,7 +159,7 @@ project.afterEvaluate { // Add the bill-of-materials project.dependencies { - implementation platform('com.google.firebase:firebase-bom:33.0.0') + implementation platform('com.google.firebase:firebase-bom:33.1.1') } for (String lib : firebaseCpp.dependencies.libSet) { // Generate and include the proguard file diff --git a/analytics/integration_test/Podfile b/analytics/integration_test/Podfile index 623fc24da5..cc2b93c7db 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, '13.0' - pod 'Firebase/Analytics', '10.25.0' + pod 'Firebase/Analytics', '10.28.1' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Analytics', '10.25.0' + pod 'Firebase/Analytics', '10.28.1' end post_install do |installer| diff --git a/analytics/ios_headers/FIREventNames.h b/analytics/ios_headers/FIREventNames.h index 6fcd8c28fd..cdab3ebab4 100644 --- a/analytics/ios_headers/FIREventNames.h +++ b/analytics/ios_headers/FIREventNames.h @@ -1,6 +1,6 @@ // Copyright 2024 Google LLC -// Copied from Firebase Analytics iOS SDK 10.25.0. +// Copied from Firebase Analytics iOS SDK 10.28.1. /// @file FIREventNames.h /// diff --git a/analytics/ios_headers/FIRParameterNames.h b/analytics/ios_headers/FIRParameterNames.h index 357fd600ec..4f60b2f9dc 100644 --- a/analytics/ios_headers/FIRParameterNames.h +++ b/analytics/ios_headers/FIRParameterNames.h @@ -1,6 +1,6 @@ // Copyright 2024 Google LLC -// Copied from Firebase Analytics iOS SDK 10.25.0. +// Copied from Firebase Analytics iOS SDK 10.28.1. /// @file FIRParameterNames.h /// diff --git a/analytics/ios_headers/FIRUserPropertyNames.h b/analytics/ios_headers/FIRUserPropertyNames.h index 56bcf776fd..f7af176e5b 100644 --- a/analytics/ios_headers/FIRUserPropertyNames.h +++ b/analytics/ios_headers/FIRUserPropertyNames.h @@ -1,6 +1,6 @@ // Copyright 2024 Google LLC -// Copied from Firebase Analytics iOS SDK 10.25.0. +// Copied from Firebase Analytics iOS SDK 10.28.1. /// @file FIRUserPropertyNames.h /// diff --git a/app/app_resources/build.gradle b/app/app_resources/build.gradle index 7edb61108c..7cd22afb7f 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:33.0.0') + implementation platform('com.google.firebase:firebase-bom:33.1.1') implementation 'com.google.firebase:firebase-analytics' } diff --git a/app/google_api_resources/build.gradle b/app/google_api_resources/build.gradle index d93916c1b0..19dec0345f 100644 --- a/app/google_api_resources/build.gradle +++ b/app/google_api_resources/build.gradle @@ -53,9 +53,9 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:33.0.0') + implementation platform('com.google.firebase:firebase-bom:33.1.1') implementation 'com.google.firebase:firebase-analytics' - implementation 'com.google.android.gms:play-services-base:18.4.0' + implementation 'com.google.android.gms:play-services-base:18.5.0' implementation project(':app:app_resources') } diff --git a/app/integration_test/Podfile b/app/integration_test/Podfile index a87700f7e6..5be3f21f65 100644 --- a/app/integration_test/Podfile +++ b/app/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '13.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '10.25.0' + pod 'Firebase/Analytics', '10.28.1' end post_install do |installer| diff --git a/app/invites_resources/build.gradle b/app/invites_resources/build.gradle index 55d3f65fb8..6c893215db 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:33.0.0') + implementation platform('com.google.firebase:firebase-bom:33.1.1') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-dynamic-links' implementation project(':app:app_resources') diff --git a/app_check/app_check_resources/build.gradle b/app_check/app_check_resources/build.gradle index b1f0c1785d..41fc49625e 100644 --- a/app_check/app_check_resources/build.gradle +++ b/app_check/app_check_resources/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:33.0.0') + implementation platform('com.google.firebase:firebase-bom:33.1.1') implementation 'com.google.firebase:firebase-appcheck' } diff --git a/app_check/integration_test/Podfile b/app_check/integration_test/Podfile index 01cc2bf297..d17e04dc72 100644 --- a/app_check/integration_test/Podfile +++ b/app_check/integration_test/Podfile @@ -4,20 +4,20 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/AppCheck', '10.25.0' - pod 'Firebase/Database', '10.25.0' - pod 'Firebase/Auth', '10.25.0' - pod 'Firebase/Storage', '10.25.0' - pod 'Firebase/Functions', '10.25.0' + pod 'Firebase/AppCheck', '10.28.1' + pod 'Firebase/Database', '10.28.1' + pod 'Firebase/Auth', '10.28.1' + pod 'Firebase/Storage', '10.28.1' + pod 'Firebase/Functions', '10.28.1' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/AppCheck', '10.25.0' - pod 'Firebase/Database', '10.25.0' - pod 'Firebase/Auth', '10.25.0' - pod 'Firebase/Storage', '10.25.0' - pod 'Firebase/Functions', '10.25.0' + pod 'Firebase/AppCheck', '10.28.1' + pod 'Firebase/Database', '10.28.1' + pod 'Firebase/Auth', '10.28.1' + pod 'Firebase/Storage', '10.28.1' + pod 'Firebase/Functions', '10.28.1' end post_install do |installer| diff --git a/auth/auth_resources/build.gradle b/auth/auth_resources/build.gradle index f3f1500188..96f229908a 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:33.0.0') + implementation platform('com.google.firebase:firebase-bom:33.1.1') 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 93df932bfd..bd89bb51a5 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, '13.0' - pod 'Firebase/Auth', '10.25.0' + pod 'Firebase/Auth', '10.28.1' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Auth', '10.25.0' + pod 'Firebase/Auth', '10.28.1' end post_install do |installer| diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake index cad3404dbc..0d432f8d8e 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-10.25.0) +set(version CocoaPods-10.28.1) function(GetReleasedDep) message("Getting released firebase-ios-sdk @ ${version}") diff --git a/database/database_resources/build.gradle b/database/database_resources/build.gradle index 96ee2b4e6b..d75ae209d8 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:33.0.0') + implementation platform('com.google.firebase:firebase-bom:33.1.1') 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 1ce27b882f..557e9eaa0c 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, '13.0' - pod 'Firebase/Database', '10.25.0' - pod 'Firebase/Auth', '10.25.0' + pod 'Firebase/Database', '10.28.1' + pod 'Firebase/Auth', '10.28.1' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Database', '10.25.0' - pod 'Firebase/Auth', '10.25.0' + pod 'Firebase/Database', '10.28.1' + pod 'Firebase/Auth', '10.28.1' end post_install do |installer| diff --git a/dynamic_links/integration_test/Podfile b/dynamic_links/integration_test/Podfile index 0b46900b4c..237e58d4e6 100644 --- a/dynamic_links/integration_test/Podfile +++ b/dynamic_links/integration_test/Podfile @@ -5,7 +5,7 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/DynamicLinks', '10.25.0' + pod 'Firebase/DynamicLinks', '10.28.1' end post_install do |installer| diff --git a/firestore/firestore_resources/build.gradle b/firestore/firestore_resources/build.gradle index 63ba21a1b6..6cc43bd3ae 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:33.0.0') + implementation platform('com.google.firebase:firebase-bom:33.1.1') 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 35832a90ad..fa8f9fe252 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, '13.0' - pod 'Firebase/Firestore', '10.25.0' - pod 'Firebase/Auth', '10.25.0' + pod 'Firebase/Firestore', '10.28.1' + pod 'Firebase/Auth', '10.28.1' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Firestore', '10.25.0' - pod 'Firebase/Auth', '10.25.0' + pod 'Firebase/Firestore', '10.28.1' + pod 'Firebase/Auth', '10.28.1' end post_install do |installer| diff --git a/firestore/integration_test_internal/Podfile b/firestore/integration_test_internal/Podfile index 7561273ffb..f43b5d970a 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, '13.0' - pod 'Firebase/Firestore', '10.25.0' - pod 'Firebase/Auth', '10.25.0' + pod 'Firebase/Firestore', '10.28.1' + pod 'Firebase/Auth', '10.28.1' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Firestore', '10.25.0' - pod 'Firebase/Auth', '10.25.0' + pod 'Firebase/Firestore', '10.28.1' + pod 'Firebase/Auth', '10.28.1' end post_install do |installer| diff --git a/functions/integration_test/Podfile b/functions/integration_test/Podfile index 692253dba9..9fa495b0d3 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, '13.0' - pod 'Firebase/Functions', '10.25.0' - pod 'Firebase/Auth', '10.25.0' + pod 'Firebase/Functions', '10.28.1' + pod 'Firebase/Auth', '10.28.1' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Functions', '10.25.0' - pod 'Firebase/Auth', '10.25.0' + pod 'Firebase/Functions', '10.28.1' + pod 'Firebase/Auth', '10.28.1' end post_install do |installer| diff --git a/gma/gma_resources/build.gradle b/gma/gma_resources/build.gradle index 06c4e36ee4..0598c018ef 100644 --- a/gma/gma_resources/build.gradle +++ b/gma/gma_resources/build.gradle @@ -50,7 +50,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:33.0.0') + implementation platform('com.google.firebase:firebase-bom:33.1.1') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.android.gms:play-services-ads:23.0.0' implementation 'com.google.android.ump:user-messaging-platform:2.2.0' diff --git a/gma/integration_test/Podfile b/gma/integration_test/Podfile index e07e6a117d..3f35ccaa75 100644 --- a/gma/integration_test/Podfile +++ b/gma/integration_test/Podfile @@ -5,7 +5,7 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/CoreOnly', '10.25.0' + pod 'Firebase/CoreOnly', '10.28.1' pod 'Google-Mobile-Ads-SDK', '11.2.0' pod 'GoogleUserMessagingPlatform', '2.3.0' end diff --git a/installations/integration_test/Podfile b/installations/integration_test/Podfile index c5d63ddfbe..4b7eda38f0 100644 --- a/installations/integration_test/Podfile +++ b/installations/integration_test/Podfile @@ -5,8 +5,8 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/Analytics', '10.25.0' - pod 'Firebase/Installations', '10.25.0' + pod 'Firebase/Analytics', '10.28.1' + pod 'Firebase/Installations', '10.28.1' end post_install do |installer| diff --git a/ios_pod/Podfile b/ios_pod/Podfile index 84414ddd0c..12540faf0a 100644 --- a/ios_pod/Podfile +++ b/ios_pod/Podfile @@ -3,22 +3,22 @@ platform :ios, '13.0' use_frameworks! target 'GetPods' do - pod 'Firebase/Core', '10.25.0' + pod 'Firebase/Core', '10.28.1' pod 'Google-Mobile-Ads-SDK', '11.2.0' pod 'GoogleUserMessagingPlatform', '2.3.0' - pod 'Firebase/Analytics', '10.25.0' - pod 'Firebase/AppCheck', '10.25.0' - pod 'Firebase/Auth', '10.25.0' - pod 'Firebase/Crashlytics', '10.25.0' - pod 'Firebase/Database', '10.25.0' - pod 'Firebase/DynamicLinks', '10.25.0' - pod 'Firebase/Firestore', '10.25.0' - pod 'Firebase/Functions', '10.25.0' - pod 'Firebase/Installations', '10.25.0' - pod 'Firebase/Messaging', '10.25.0' - pod 'Firebase/RemoteConfig', '10.25.0' - pod 'Firebase/Storage', '10.25.0' + pod 'Firebase/Analytics', '10.28.1' + pod 'Firebase/AppCheck', '10.28.1' + pod 'Firebase/Auth', '10.28.1' + pod 'Firebase/Crashlytics', '10.28.1' + pod 'Firebase/Database', '10.28.1' + pod 'Firebase/DynamicLinks', '10.28.1' + pod 'Firebase/Firestore', '10.28.1' + pod 'Firebase/Functions', '10.28.1' + pod 'Firebase/Installations', '10.28.1' + pod 'Firebase/Messaging', '10.28.1' + pod 'Firebase/RemoteConfig', '10.28.1' + pod 'Firebase/Storage', '10.28.1' end diff --git a/messaging/integration_test/Podfile b/messaging/integration_test/Podfile index dd70df720b..e819022057 100644 --- a/messaging/integration_test/Podfile +++ b/messaging/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/Messaging', '10.25.0' - pod 'Firebase/Functions', '10.25.0' + pod 'Firebase/Messaging', '10.28.1' + pod 'Firebase/Functions', '10.28.1' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Messaging', '10.25.0' - pod 'Firebase/Functions', '10.25.0' + pod 'Firebase/Messaging', '10.28.1' + pod 'Firebase/Functions', '10.28.1' end post_install do |installer| diff --git a/messaging/messaging_java/build.gradle b/messaging/messaging_java/build.gradle index 8eb9292ffd..3121a3148a 100644 --- a/messaging/messaging_java/build.gradle +++ b/messaging/messaging_java/build.gradle @@ -59,7 +59,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:33.0.0') + implementation platform('com.google.firebase:firebase-bom:33.1.1') 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 bf1cbbc2ff..c076938eaa 100644 --- a/release_build_files/Android/firebase_dependencies.gradle +++ b/release_build_files/Android/firebase_dependencies.gradle @@ -20,7 +20,7 @@ def firebaseDependenciesMap = [ 'app_check' : ['com.google.firebase:firebase-appcheck', 'com.google.firebase:firebase-appcheck-debug', 'com.google.firebase:firebase-appcheck-playintegrity'], - 'play_services' : ['com.google.android.gms:play-services-base:18.4.0'], + 'play_services' : ['com.google.android.gms:play-services-base:18.5.0'], 'analytics' : ['com.google.firebase:firebase-analytics'], 'auth' : ['com.google.firebase:firebase-auth'], 'database' : ['com.google.firebase:firebase-database'], @@ -132,7 +132,7 @@ project.afterEvaluate { // Add the bill-of-materials project.dependencies { - implementation platform('com.google.firebase:firebase-bom:33.0.0') + implementation platform('com.google.firebase:firebase-bom:33.1.1') } 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 fb3f8972e6..dd0dca004e 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -86,7 +86,7 @@ distributed as part of the core Firebase Feature | Required Libraries and Gradle Packages -------------------------- | -------------------------------------- -All Firebase SDKs | platform(com.google.firebase:firebase-bom:33.0.0) +All Firebase SDKs | platform(com.google.firebase:firebase-bom:33.1.1) | | (Android Bill of Materials) Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a @@ -174,7 +174,7 @@ Firebase Storage | libfirebase_storage.a | | (Maven package) | | com.google.firebase:firebase-auth | | (Maven package) -Google Play services module| com.google.android.gms:play-services-base:18.4.0 +Google Play services module| com.google.android.gms:play-services-base:18.5.0 | | (Maven package) The Firebase C++ SDK uses an Android BoM (Bill of Materials) to specify a single @@ -230,50 +230,50 @@ Feature | Required Frameworks and Cocoapods -------------------------- | --------------------------------------- Firebase Analytics | firebase_analytics.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (10.25.0) +| | Firebase/Analytics Cocoapod (10.28.1) Firebase App Check | firebase_app_check.xcframework | | firebase.xcframework -| | Firebase/AppCheck Cocoapod (10.25.0) +| | Firebase/AppCheck Cocoapod (10.28.1) Firebase Authentication | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Auth Cocoapod (10.25.0) +| | Firebase/Auth Cocoapod (10.28.1) Firebase Dynamic Links | firebase_dynamic_links.xcframework | | firebase.xcframework -| | Firebase/DynamicLinks Cocoapod (10.25.0) +| | Firebase/DynamicLinks Cocoapod (10.28.1) Cloud Firestore | firebase_firestore.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Firestore Cocoapod (10.25.0) -| | Firebase/Auth Cocoapod (10.25.0) +| | Firebase/Firestore Cocoapod (10.28.1) +| | Firebase/Auth Cocoapod (10.28.1) Firebase Functions | firebase_functions.xcframework | | firebase_auth.xcframework (optional) | | firebase.xcframework -| | Firebase/Functions Cocoapod (10.25.0) -| | Firebase/Auth Cocoapod (10.25.0) +| | Firebase/Functions Cocoapod (10.28.1) +| | Firebase/Auth Cocoapod (10.28.1) Google Mobile Ads | firebase_gma.xcframework | | firebase.xcframework -| | Firebase/CoreOnly Cocoapod (10.25.0) +| | Firebase/CoreOnly Cocoapod (10.28.1) | | Google-Mobile-Ads-SDK Cocoapod (11.2.0) | | GoogleUserMessagingPlatform Cocoapod (2.3.0) Firebase Installations | firebase_installations.xcframework | | firebase.xcframework -| | FirebaseInstallations Cocoapod (10.25.0) +| | FirebaseInstallations Cocoapod (10.28.0) Firebase Cloud Messaging | firebase_messaging.xcframework | | firebase.xcframework -| | Firebase/Messaging Cocoapod (10.25.0) +| | Firebase/Messaging Cocoapod (10.28.1) Firebase Realtime Database | firebase_database.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Database Cocoapod (10.25.0) -| | Firebase/Auth Cocoapod (10.25.0) +| | Firebase/Database Cocoapod (10.28.1) +| | Firebase/Auth Cocoapod (10.28.1) Firebase Remote Config | firebase_remote_config.xcframework | | firebase.xcframework -| | Firebase/RemoteConfig Cocoapod (10.25.0) +| | Firebase/RemoteConfig Cocoapod (10.28.1) Firebase Storage | firebase_storage.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Storage Cocoapod (10.25.0) -| | Firebase/Auth Cocoapod (10.25.0) +| | Firebase/Storage Cocoapod (10.28.1) +| | Firebase/Auth Cocoapod (10.28.1) 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 @@ -293,50 +293,50 @@ Feature | Required Libraries and Cocoapods -------------------------- | ----------------------------------------- Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (10.25.0) +| | Firebase/Analytics Cocoapod (10.28.1) Firebase App Check | firebase_app_check.xcframework | | firebase.xcframework -| | Firebase/AppCheck Cocoapod (10.25.0) +| | Firebase/AppCheck Cocoapod (10.28.1) Firebase Authentication | libfirebase_auth.a | | libfirebase_app.a -| | Firebase/Auth Cocoapod (10.25.0) +| | Firebase/Auth Cocoapod (10.28.1) Firebase Dynamic Links | libfirebase_dynamic_links.a | | libfirebase_app.a -| | Firebase/DynamicLinks Cocoapod (10.25.0) +| | Firebase/DynamicLinks Cocoapod (10.28.1) Cloud Firestore | libfirebase_firestore.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Firestore Cocoapod (10.25.0) -| | Firebase/Auth Cocoapod (10.25.0) +| | Firebase/Firestore Cocoapod (10.28.1) +| | Firebase/Auth Cocoapod (10.28.1) Firebase Functions | libfirebase_functions.a | | libfirebase_app.a | | libfirebase_auth.a (optional) -| | Firebase/Functions Cocoapod (10.25.0) -| | Firebase/Auth Cocoapod (10.25.0) +| | Firebase/Functions Cocoapod (10.28.1) +| | Firebase/Auth Cocoapod (10.28.1) Google Mobile Ads | libfirebase_gma.a | | libfirebase_app.a -| | Firebase/CoreOnly Cocoapod (10.25.0) +| | Firebase/CoreOnly Cocoapod (10.28.1) | | Google-Mobile-Ads-SDK Cocoapod (11.2.0) | | GoogleUserMessagingPlatform Cocoapod (2.3.0) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a -| | FirebaseInstallations Cocoapod (10.25.0) +| | FirebaseInstallations Cocoapod (10.28.0) Firebase Cloud Messaging | libfirebase_messaging.a | | libfirebase_app.a -| | Firebase/CloudMessaging Cocoapod (10.25.0) +| | Firebase/CloudMessaging Cocoapod (10.28.1) Firebase Realtime Database | libfirebase_database.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Database Cocoapod (10.25.0) -| | Firebase/Auth Cocoapod (10.25.0) +| | Firebase/Database Cocoapod (10.28.1) +| | Firebase/Auth Cocoapod (10.28.1) Firebase Remote Config | libfirebase_remote_config.a | | libfirebase_app.a -| | Firebase/RemoteConfig Cocoapod (10.25.0) +| | Firebase/RemoteConfig Cocoapod (10.28.1) Firebase Storage | libfirebase_storage.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Storage Cocoapod (10.25.0) -| | Firebase/Auth Cocoapod (10.25.0) +| | Firebase/Storage Cocoapod (10.28.1) +| | Firebase/Auth Cocoapod (10.28.1) 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 8be5b9df52..6898897435 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, '13.0' - pod 'Firebase/RemoteConfig', '10.25.0' + pod 'Firebase/RemoteConfig', '10.28.1' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/RemoteConfig', '10.25.0' + pod 'Firebase/RemoteConfig', '10.28.1' end post_install do |installer| diff --git a/remote_config/remote_config_resources/build.gradle b/remote_config/remote_config_resources/build.gradle index 3b50188258..5da476ff93 100644 --- a/remote_config/remote_config_resources/build.gradle +++ b/remote_config/remote_config_resources/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:33.0.0') + implementation platform('com.google.firebase:firebase-bom:33.1.1') implementation 'com.google.firebase:firebase-config' } diff --git a/storage/integration_test/Podfile b/storage/integration_test/Podfile index d97a029981..33f9cb06a1 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, '13.0' - pod 'Firebase/Storage', '10.25.0' - pod 'Firebase/Auth', '10.25.0' + pod 'Firebase/Storage', '10.28.1' + pod 'Firebase/Auth', '10.28.1' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Storage', '10.25.0' - pod 'Firebase/Auth', '10.25.0' + pod 'Firebase/Storage', '10.28.1' + pod 'Firebase/Auth', '10.28.1' end post_install do |installer| diff --git a/storage/storage_resources/build.gradle b/storage/storage_resources/build.gradle index 064541bd70..4d5d251e6d 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:33.0.0') + implementation platform('com.google.firebase:firebase-bom:33.1.1') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-storage' } From 23145cc579d70576eacbba3c6fc06f1ad1aa1489 Mon Sep 17 00:00:00 2001 From: Jon Simantov Date: Mon, 24 Jun 2024 16:24:47 -0700 Subject: [PATCH 2/2] Update readme. --- release_build_files/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release_build_files/readme.md b/release_build_files/readme.md index dd0dca004e..9c7cdfe443 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -631,8 +631,10 @@ workflow use only during the development of your app, not for publicly shipping code. ## Release Notes -### Upcoming Release +### 12.1.0 - Changes + - General (Android): Update to Firebase Android BoM version 33.1.1. + - General (iOS): Update to Firebase Cocoapods version 10.28.1. - Analytics (iOS): Add support for `InitiateOnDeviceConversionMeasurementWithHashedEmailAddress` and `InitiateOnDeviceConversionMeasurementWithHashedPhoneNumber`.