From 2d20a82e034abe5bb60ff849c2e1eb9dfcc0ae64 Mon Sep 17 00:00:00 2001 From: firebase-workflow-trigger-bot Date: Mon, 27 Mar 2023 20:05:07 +0000 Subject: [PATCH 1/2] Update mobile dependencies - Mon Mar 27 2023 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Android - com.google.firebase.firebase_bom → 31.3.0 ### iOS - Firebase/Analytics → 10.7.0 - Firebase/AppCheck → 10.7.0 - Firebase/Auth → 10.7.0 - Firebase/Core → 10.7.0 - Firebase/Crashlytics → 10.7.0 - Firebase/Database → 10.7.0 - Firebase/DynamicLinks → 10.7.0 - Firebase/Firestore → 10.7.0 - Firebase/Functions → 10.7.0 - Firebase/Installations → 10.7.0 - Firebase/Messaging → 10.7.0 - Firebase/RemoteConfig → 10.7.0 - Firebase/Storage → 10.7.0 - Google-Mobile-Ads-SDK → 10.3.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/4535910617). --- 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 +- app_check/app_check_resources/build.gradle | 2 +- app_check/integration_test/Podfile | 24 +++---- 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 | 4 +- installations/integration_test/Podfile | 4 +- ios_pod/Podfile | 28 ++++---- .../FirebaseAnalyticsSwift-Swift.h | 2 +- .../FirebaseCoreInternal-Swift.h | 2 +- .../FirebaseDatabaseSwift-Swift.h | 2 +- .../FirebaseFirestoreSwift-Swift.h | 2 +- .../swift_headers/FirebaseFunctions-Swift.h | 2 +- .../FirebaseInAppMessagingSwift-Swift.h | 2 +- .../FirebaseMLModelDownloader-Swift.h | 2 +- .../FirebaseRemoteConfigSwift-Swift.h | 2 +- .../swift_headers/FirebaseSharedSwift-Swift.h | 2 +- ios_pod/swift_headers/FirebaseStorage-Swift.h | 2 +- ios_pod/swift_headers/SwiftProtobuf-Swift.h | 2 +- messaging/integration_test/Podfile | 4 +- messaging/messaging_java/build.gradle | 2 +- .../Android/firebase_dependencies.gradle | 2 +- release_build_files/readme.md | 70 +++++++++---------- remote_config/integration_test/Podfile | 4 +- storage/integration_test/Podfile | 8 +-- storage/storage_resources/build.gradle | 2 +- 45 files changed, 124 insertions(+), 124 deletions(-) diff --git a/Android/firebase_dependencies.gradle b/Android/firebase_dependencies.gradle index 1eee31fb1c..0982e5d23b 100644 --- a/Android/firebase_dependencies.gradle +++ b/Android/firebase_dependencies.gradle @@ -163,7 +163,7 @@ project.afterEvaluate { // Add the bill-of-materials project.dependencies { - implementation platform('com.google.firebase:firebase-bom:31.2.3') + implementation platform('com.google.firebase:firebase-bom:31.3.0') } 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 2726b13f77..9aa159944b 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:31.2.3') + implementation platform('com.google.firebase:firebase-bom:31.3.0') 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 7c88891482..66787af594 100644 --- a/admob/integration_test/Podfile +++ b/admob/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '10.6.0' + pod 'Firebase/Analytics', '10.7.0' pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk3' end diff --git a/analytics/integration_test/Podfile b/analytics/integration_test/Podfile index b15c34c653..f93ddca72e 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, '11.0' - pod 'Firebase/Analytics', '10.6.0' + pod 'Firebase/Analytics', '10.7.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Analytics', '10.6.0' + pod 'Firebase/Analytics', '10.7.0' end post_install do |installer| diff --git a/analytics/ios_headers/FIREventNames.h b/analytics/ios_headers/FIREventNames.h index ee09c1b620..af04a8a01b 100644 --- a/analytics/ios_headers/FIREventNames.h +++ b/analytics/ios_headers/FIREventNames.h @@ -1,6 +1,6 @@ // Copyright 2023 Google LLC -// Copied from Firebase Analytics iOS SDK 10.6.0. +// Copied from Firebase Analytics iOS SDK 10.7.0. /// @file FIREventNames.h /// diff --git a/analytics/ios_headers/FIRParameterNames.h b/analytics/ios_headers/FIRParameterNames.h index 7aa4f83045..ed088b3353 100644 --- a/analytics/ios_headers/FIRParameterNames.h +++ b/analytics/ios_headers/FIRParameterNames.h @@ -1,6 +1,6 @@ // Copyright 2023 Google LLC -// Copied from Firebase Analytics iOS SDK 10.6.0. +// Copied from Firebase Analytics iOS SDK 10.7.0. /// @file FIRParameterNames.h /// diff --git a/analytics/ios_headers/FIRUserPropertyNames.h b/analytics/ios_headers/FIRUserPropertyNames.h index 0e6ac137c7..7bf8e4e4e4 100644 --- a/analytics/ios_headers/FIRUserPropertyNames.h +++ b/analytics/ios_headers/FIRUserPropertyNames.h @@ -1,6 +1,6 @@ // Copyright 2023 Google LLC -// Copied from Firebase Analytics iOS SDK 10.6.0. +// Copied from Firebase Analytics iOS SDK 10.7.0. /// @file FIRUserPropertyNames.h /// diff --git a/app/app_resources/build.gradle b/app/app_resources/build.gradle index 731fe403c0..5b1071fd7f 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:31.2.3') + implementation platform('com.google.firebase:firebase-bom:31.3.0') implementation 'com.google.firebase:firebase-analytics' } diff --git a/app/google_api_resources/build.gradle b/app/google_api_resources/build.gradle index 344f58e146..6a5e5dc2d0 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:31.2.3') + implementation platform('com.google.firebase:firebase-bom:31.3.0') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.android.gms:play-services-base:18.2.0' implementation project(':app:app_resources') diff --git a/app/integration_test/Podfile b/app/integration_test/Podfile index 6f333ab42f..94a187960e 100644 --- a/app/integration_test/Podfile +++ b/app/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '10.6.0' + pod 'Firebase/Analytics', '10.7.0' end post_install do |installer| diff --git a/app/invites_resources/build.gradle b/app/invites_resources/build.gradle index 87f2f9ab7e..3e024cae24 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:31.2.3') + implementation platform('com.google.firebase:firebase-bom:31.3.0') 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 092709d6e6..377c2afdb2 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:31.2.3') + implementation platform('com.google.firebase:firebase-bom:31.3.0') implementation 'com.google.firebase:firebase-appcheck' } diff --git a/app_check/integration_test/Podfile b/app_check/integration_test/Podfile index 6430c41962..630e8e6fb4 100644 --- a/app_check/integration_test/Podfile +++ b/app_check/integration_test/Podfile @@ -4,22 +4,22 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '11.0' - pod 'Firebase/AppCheck', '10.6.0' - pod 'Firebase/Database', '10.6.0' - pod 'Firebase/Auth', '10.6.0' - pod 'Firebase/Storage', '10.6.0' - pod 'Firebase/Functions', '10.6.0' - pod 'Firebase/Firestore', '10.6.0' + pod 'Firebase/AppCheck', '10.7.0' + pod 'Firebase/Database', '10.7.0' + pod 'Firebase/Auth', '10.7.0' + pod 'Firebase/Storage', '10.7.0' + pod 'Firebase/Functions', '10.7.0' + pod 'Firebase/Firestore', '10.7.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/AppCheck', '10.6.0' - pod 'Firebase/Database', '10.6.0' - pod 'Firebase/Auth', '10.6.0' - pod 'Firebase/Storage', '10.6.0' - pod 'Firebase/Functions', '10.6.0' - pod 'Firebase/Firestore', '10.6.0' + pod 'Firebase/AppCheck', '10.7.0' + pod 'Firebase/Database', '10.7.0' + pod 'Firebase/Auth', '10.7.0' + pod 'Firebase/Storage', '10.7.0' + pod 'Firebase/Functions', '10.7.0' + pod 'Firebase/Firestore', '10.7.0' end post_install do |installer| diff --git a/auth/auth_resources/build.gradle b/auth/auth_resources/build.gradle index addb04f152..9e5ceae708 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:31.2.3') + implementation platform('com.google.firebase:firebase-bom:31.3.0') 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 077708a529..bc1c49c595 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, '11.0' - pod 'Firebase/Auth', '10.6.0' + pod 'Firebase/Auth', '10.7.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Auth', '10.6.0' + pod 'Firebase/Auth', '10.7.0' end post_install do |installer| diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake index e9627c4606..6c15cf97f2 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.6.0) +set(version CocoaPods-10.7.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 d51fee1e22..bcc6e88e68 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:31.2.3') + implementation platform('com.google.firebase:firebase-bom:31.3.0') 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 8dac8c7ffb..9095bad79f 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, '11.0' - pod 'Firebase/Database', '10.6.0' - pod 'Firebase/Auth', '10.6.0' + pod 'Firebase/Database', '10.7.0' + pod 'Firebase/Auth', '10.7.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Database', '10.6.0' - pod 'Firebase/Auth', '10.6.0' + pod 'Firebase/Database', '10.7.0' + pod 'Firebase/Auth', '10.7.0' end post_install do |installer| diff --git a/dynamic_links/integration_test/Podfile b/dynamic_links/integration_test/Podfile index 9fb80f8f44..d1cf4406a8 100644 --- a/dynamic_links/integration_test/Podfile +++ b/dynamic_links/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/DynamicLinks', '10.6.0' + pod 'Firebase/DynamicLinks', '10.7.0' end post_install do |installer| diff --git a/firestore/firestore_resources/build.gradle b/firestore/firestore_resources/build.gradle index a450a813b9..f0890439d6 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:31.2.3') + implementation platform('com.google.firebase:firebase-bom:31.3.0') 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 973d81d49b..eb1595b7ea 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, '11.0' - pod 'Firebase/Firestore', '10.6.0' - pod 'Firebase/Auth', '10.6.0' + pod 'Firebase/Firestore', '10.7.0' + pod 'Firebase/Auth', '10.7.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Firestore', '10.6.0' - pod 'Firebase/Auth', '10.6.0' + pod 'Firebase/Firestore', '10.7.0' + pod 'Firebase/Auth', '10.7.0' end post_install do |installer| diff --git a/firestore/integration_test_internal/Podfile b/firestore/integration_test_internal/Podfile index 45a72c05ea..3dac09e08c 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, '11.0' - pod 'Firebase/Firestore', '10.6.0' - pod 'Firebase/Auth', '10.6.0' + pod 'Firebase/Firestore', '10.7.0' + pod 'Firebase/Auth', '10.7.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Firestore', '10.6.0' - pod 'Firebase/Auth', '10.6.0' + pod 'Firebase/Firestore', '10.7.0' + pod 'Firebase/Auth', '10.7.0' end post_install do |installer| diff --git a/functions/integration_test/Podfile b/functions/integration_test/Podfile index c6c7931515..589a20d9f9 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, '11.0' - pod 'Firebase/Functions', '10.6.0' - pod 'Firebase/Auth', '10.6.0' + pod 'Firebase/Functions', '10.7.0' + pod 'Firebase/Auth', '10.7.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Functions', '10.6.0' - pod 'Firebase/Auth', '10.6.0' + pod 'Firebase/Functions', '10.7.0' + pod 'Firebase/Auth', '10.7.0' end post_install do |installer| diff --git a/gma/gma_resources/build.gradle b/gma/gma_resources/build.gradle index 597da66623..8262d91de8 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:31.2.3') + implementation platform('com.google.firebase:firebase-bom:31.3.0') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.android.gms:play-services-ads:21.5.0' } diff --git a/gma/integration_test/Podfile b/gma/integration_test/Podfile index 0e57352177..97b07818a1 100644 --- a/gma/integration_test/Podfile +++ b/gma/integration_test/Podfile @@ -4,8 +4,8 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '10.6.0' - pod 'Google-Mobile-Ads-SDK', '10.2.0' + pod 'Firebase/Analytics', '10.7.0' + pod 'Google-Mobile-Ads-SDK', '10.3.0' end post_install do |installer| diff --git a/installations/integration_test/Podfile b/installations/integration_test/Podfile index 18cd58d405..783b3d5cfd 100644 --- a/installations/integration_test/Podfile +++ b/installations/integration_test/Podfile @@ -4,8 +4,8 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '10.6.0' - pod 'Firebase/Installations', '10.6.0' + pod 'Firebase/Analytics', '10.7.0' + pod 'Firebase/Installations', '10.7.0' end post_install do |installer| diff --git a/ios_pod/Podfile b/ios_pod/Podfile index f891bd761d..8e6ab3cf27 100644 --- a/ios_pod/Podfile +++ b/ios_pod/Podfile @@ -3,20 +3,20 @@ platform :ios, '11.0' use_frameworks! target 'GetPods' do - pod 'Firebase/Core', '10.6.0' + pod 'Firebase/Core', '10.7.0' - pod 'Google-Mobile-Ads-SDK', '10.2.0' - pod 'Firebase/Analytics', '10.6.0' - pod 'Firebase/AppCheck', '10.6.0' - pod 'Firebase/Auth', '10.6.0' - pod 'Firebase/Crashlytics', '10.6.0' - pod 'Firebase/Database', '10.6.0' - pod 'Firebase/DynamicLinks', '10.6.0' - pod 'Firebase/Firestore', '10.6.0' - pod 'Firebase/Functions', '10.6.0' - pod 'Firebase/Installations', '10.6.0' - pod 'Firebase/Messaging', '10.6.0' - pod 'Firebase/RemoteConfig', '10.6.0' - pod 'Firebase/Storage', '10.6.0' + pod 'Google-Mobile-Ads-SDK', '10.3.0' + pod 'Firebase/Analytics', '10.7.0' + pod 'Firebase/AppCheck', '10.7.0' + pod 'Firebase/Auth', '10.7.0' + pod 'Firebase/Crashlytics', '10.7.0' + pod 'Firebase/Database', '10.7.0' + pod 'Firebase/DynamicLinks', '10.7.0' + pod 'Firebase/Firestore', '10.7.0' + pod 'Firebase/Functions', '10.7.0' + pod 'Firebase/Installations', '10.7.0' + pod 'Firebase/Messaging', '10.7.0' + pod 'Firebase/RemoteConfig', '10.7.0' + pod 'Firebase/Storage', '10.7.0' end diff --git a/ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h b/ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h index bdc45d8f9f..f5ebde433c 100644 --- a/ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.6.0. +// Copied from Firebase iOS SDK 10.7.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h b/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h index 1382e01b61..86df2eb945 100644 --- a/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h +++ b/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.6.0. +// Copied from Firebase iOS SDK 10.7.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) #ifndef FIREBASECOREINTERNAL_SWIFT_H diff --git a/ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h b/ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h index 250110ed11..9fb0b5bd67 100644 --- a/ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.6.0. +// Copied from Firebase iOS SDK 10.7.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h b/ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h index 3c5adce545..8c9d6b8ce4 100644 --- a/ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.6.0. +// Copied from Firebase iOS SDK 10.7.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseFunctions-Swift.h b/ios_pod/swift_headers/FirebaseFunctions-Swift.h index 37779141a8..dc59c0d3b7 100644 --- a/ios_pod/swift_headers/FirebaseFunctions-Swift.h +++ b/ios_pod/swift_headers/FirebaseFunctions-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.6.0. +// Copied from Firebase iOS SDK 10.7.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) #ifndef FIREBASEFUNCTIONS_SWIFT_H diff --git a/ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h b/ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h index 55cafc5f68..aceb135a36 100644 --- a/ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.6.0. +// Copied from Firebase iOS SDK 10.7.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h b/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h index 346bc87685..54265c718d 100644 --- a/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h +++ b/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.6.0. +// Copied from Firebase iOS SDK 10.7.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h b/ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h index 30b74fb900..87016ee228 100644 --- a/ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.6.0. +// Copied from Firebase iOS SDK 10.7.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h b/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h index b15424c436..70f6579aa2 100644 --- a/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.6.0. +// Copied from Firebase iOS SDK 10.7.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseStorage-Swift.h b/ios_pod/swift_headers/FirebaseStorage-Swift.h index 73c11b1e06..4224f3da25 100644 --- a/ios_pod/swift_headers/FirebaseStorage-Swift.h +++ b/ios_pod/swift_headers/FirebaseStorage-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.6.0. +// Copied from Firebase iOS SDK 10.7.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) #ifndef FIREBASESTORAGE_SWIFT_H diff --git a/ios_pod/swift_headers/SwiftProtobuf-Swift.h b/ios_pod/swift_headers/SwiftProtobuf-Swift.h index 9f37c0cc25..9b90db7d98 100644 --- a/ios_pod/swift_headers/SwiftProtobuf-Swift.h +++ b/ios_pod/swift_headers/SwiftProtobuf-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.6.0. +// Copied from Firebase iOS SDK 10.7.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/messaging/integration_test/Podfile b/messaging/integration_test/Podfile index 5d5c247b45..5f1eed8ea8 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, '11.0' - pod 'Firebase/Messaging', '10.6.0' + pod 'Firebase/Messaging', '10.7.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Messaging', '10.6.0' + pod 'Firebase/Messaging', '10.7.0' end post_install do |installer| diff --git a/messaging/messaging_java/build.gradle b/messaging/messaging_java/build.gradle index 42fa74de63..519ac85257 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:31.2.3') + implementation platform('com.google.firebase:firebase-bom:31.3.0') 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 0ae1cc464f..88bef01d10 100644 --- a/release_build_files/Android/firebase_dependencies.gradle +++ b/release_build_files/Android/firebase_dependencies.gradle @@ -136,7 +136,7 @@ project.afterEvaluate { // Add the bill-of-materials project.dependencies { - implementation platform('com.google.firebase:firebase-bom:31.2.3') + implementation platform('com.google.firebase:firebase-bom:31.3.0') } 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 74dd052271..05614f531c 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -87,7 +87,7 @@ distributed as part of the core Firebase Feature | Required Libraries and Gradle Packages -------------------------- | -------------------------------------- -All Firebase SDKs | platform(com.google.firebase:firebase-bom:31.2.3) +All Firebase SDKs | platform(com.google.firebase:firebase-bom:31.3.0) | | (Android Bill of Materials) Firebase AdMob | libfirebase_admob.a | (deprecated) | libfirebase_app.a @@ -232,50 +232,50 @@ Feature | Required Frameworks and Cocoapods -------------------------- | --------------------------------------- Firebase AdMob | firebase_admob.xcframework | (deprecated) | firebase.xcframework -| | Firebase/Analytics Cocoapod (10.6.0) +| | Firebase/Analytics Cocoapod (10.7.0) | | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk3) Firebase Analytics | firebase_analytics.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (10.6.0) +| | Firebase/Analytics Cocoapod (10.7.0) Firebase Authentication | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Auth Cocoapod (10.6.0) +| | Firebase/Auth Cocoapod (10.7.0) Firebase Dynamic Links | firebase_dynamic_links.xcframework | | firebase.xcframework -| | Firebase/DynamicLinks Cocoapod (10.6.0) +| | Firebase/DynamicLinks Cocoapod (10.7.0) Cloud Firestore | firebase_firestore.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Firestore Cocoapod (10.6.0) -| | Firebase/Auth Cocoapod (10.6.0) +| | Firebase/Firestore Cocoapod (10.7.0) +| | Firebase/Auth Cocoapod (10.7.0) Firebase Functions | firebase_functions.xcframework | | firebase_auth.xcframework (optional) | | firebase.xcframework -| | Firebase/Functions Cocoapod (10.6.0) -| | Firebase/Auth Cocoapod (10.6.0) +| | Firebase/Functions Cocoapod (10.7.0) +| | Firebase/Auth Cocoapod (10.7.0) Google Mobile Ads | firebase_gma.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (10.6.0) -| | Google-Mobile-Ads-SDK Cocoapod (10.2.0) +| | Firebase/Analytics Cocoapod (10.7.0) +| | Google-Mobile-Ads-SDK Cocoapod (10.3.0) Firebase Installations | firebase_installations.xcframework | | firebase.xcframework -| | FirebaseInstallations Cocoapod (10.6.0) +| | FirebaseInstallations Cocoapod (10.7.0) Firebase Cloud Messaging | firebase_messaging.xcframework | | firebase.xcframework -| | Firebase/Messaging Cocoapod (10.6.0) +| | Firebase/Messaging Cocoapod (10.7.0) Firebase Realtime Database | firebase_database.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Database Cocoapod (10.6.0) -| | Firebase/Auth Cocoapod (10.6.0) +| | Firebase/Database Cocoapod (10.7.0) +| | Firebase/Auth Cocoapod (10.7.0) Firebase Remote Config | firebase_remote_config.xcframework | | firebase.xcframework -| | Firebase/RemoteConfig Cocoapod (10.6.0) +| | Firebase/RemoteConfig Cocoapod (10.7.0) Firebase Storage | firebase_storage.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Storage Cocoapod (10.6.0) -| | Firebase/Auth Cocoapod (10.6.0) +| | Firebase/Storage Cocoapod (10.7.0) +| | Firebase/Auth Cocoapod (10.7.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 @@ -300,50 +300,50 @@ Feature | Required Libraries and Cocoapods -------------------------- | ----------------------------------------- Firebase AdMob | libfirebase_admob.a | (deprecated) | libfirebase_app.a -| | Firebase/Analytics Cocoapod (10.6.0) +| | Firebase/Analytics Cocoapod (10.7.0) | | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk3) Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (10.6.0) +| | Firebase/Analytics Cocoapod (10.7.0) Firebase Authentication | libfirebase_auth.a | | libfirebase_app.a -| | Firebase/Auth Cocoapod (10.6.0) +| | Firebase/Auth Cocoapod (10.7.0) Firebase Dynamic Links | libfirebase_dynamic_links.a | | libfirebase_app.a -| | Firebase/DynamicLinks Cocoapod (10.6.0) +| | Firebase/DynamicLinks Cocoapod (10.7.0) Cloud Firestore | libfirebase_firestore.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Firestore Cocoapod (10.6.0) -| | Firebase/Auth Cocoapod (10.6.0) +| | Firebase/Firestore Cocoapod (10.7.0) +| | Firebase/Auth Cocoapod (10.7.0) Firebase Functions | libfirebase_functions.a | | libfirebase_app.a | | libfirebase_auth.a (optional) -| | Firebase/Functions Cocoapod (10.6.0) -| | Firebase/Auth Cocoapod (10.6.0) +| | Firebase/Functions Cocoapod (10.7.0) +| | Firebase/Auth Cocoapod (10.7.0) Google Mobile Ads | libfirebase_gma.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (10.6.0) -| | Google-Mobile-Ads-SDK Cocoapod (10.2.0) +| | Firebase/Analytics Cocoapod (10.7.0) +| | Google-Mobile-Ads-SDK Cocoapod (10.3.0) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a -| | FirebaseInstallations Cocoapod (10.6.0) +| | FirebaseInstallations Cocoapod (10.7.0) Firebase Cloud Messaging | libfirebase_messaging.a | | libfirebase_app.a -| | Firebase/CloudMessaging Cocoapod (10.6.0) +| | Firebase/CloudMessaging Cocoapod (10.7.0) Firebase Realtime Database | libfirebase_database.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Database Cocoapod (10.6.0) -| | Firebase/Auth Cocoapod (10.6.0) +| | Firebase/Database Cocoapod (10.7.0) +| | Firebase/Auth Cocoapod (10.7.0) Firebase Remote Config | libfirebase_remote_config.a | | libfirebase_app.a -| | Firebase/RemoteConfig Cocoapod (10.6.0) +| | Firebase/RemoteConfig Cocoapod (10.7.0) Firebase Storage | libfirebase_storage.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Storage Cocoapod (10.6.0) -| | Firebase/Auth Cocoapod (10.6.0) +| | Firebase/Storage Cocoapod (10.7.0) +| | Firebase/Auth Cocoapod (10.7.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 e2676ee70b..9292ccd66d 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, '11.0' - pod 'Firebase/RemoteConfig', '10.6.0' + pod 'Firebase/RemoteConfig', '10.7.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/RemoteConfig', '10.6.0' + pod 'Firebase/RemoteConfig', '10.7.0' end post_install do |installer| diff --git a/storage/integration_test/Podfile b/storage/integration_test/Podfile index aec7e5c42b..2b23f7b842 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, '11.0' - pod 'Firebase/Storage', '10.6.0' - pod 'Firebase/Auth', '10.6.0' + pod 'Firebase/Storage', '10.7.0' + pod 'Firebase/Auth', '10.7.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Storage', '10.6.0' - pod 'Firebase/Auth', '10.6.0' + pod 'Firebase/Storage', '10.7.0' + pod 'Firebase/Auth', '10.7.0' end post_install do |installer| diff --git a/storage/storage_resources/build.gradle b/storage/storage_resources/build.gradle index e2efef9fcf..a399678be1 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:31.2.3') + implementation platform('com.google.firebase:firebase-bom:31.3.0') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-storage' } From 02d3c9c3d60bed7eb7838d0fbbaae2a259451539 Mon Sep 17 00:00:00 2001 From: "almostmatt@google.com" Date: Mon, 27 Mar 2023 18:32:22 -0400 Subject: [PATCH 2/2] Release notes and version number update --- cpp_sdk_version.json | 6 +++--- release_build_files/readme.md | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/cpp_sdk_version.json b/cpp_sdk_version.json index dc9a0bc25c..84147c05e9 100644 --- a/cpp_sdk_version.json +++ b/cpp_sdk_version.json @@ -1,5 +1,5 @@ { - "released": "10.6.0", - "stable": "10.6.0", - "head": "10.6.0" + "released": "10.7.0", + "stable": "10.7.0", + "head": "10.7.0" } diff --git a/release_build_files/readme.md b/release_build_files/readme.md index 05614f531c..6eeb9b6e42 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -642,8 +642,10 @@ workflow use only during the development of your app, not for publicly shipping code. ## Release Notes -### Upcoming Release +### 10.7.0 - Changes + - General (Android): Update to Firebase Android BoM version 31.3.0. + - General (iOS): Update to Firebase Cocoapods version 10.7.0. - General: Add build time warning for C++11, since the next major release of the Firebase C++ SDK will set the new minimum C++ version to C++14.