From dd4b56de8def156a3db25b64284c11f55902e209 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 24 Aug 2021 12:05:52 -0700 Subject: [PATCH] Update android and ios versions for M102 --- Android/firebase_dependencies.gradle | 6 +- admob/admob_resources/build.gradle | 2 +- admob/integration_test/Podfile | 2 +- analytics/integration_test/Podfile | 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 +- installations/integration_test/Podfile | 4 +- ios_pod/Podfile | 24 +++--- messaging/integration_test/Podfile | 4 +- messaging/messaging_java/build.gradle | 2 +- .../Android/firebase_dependencies.gradle | 6 +- release_build_files/readme.md | 78 +++++++++---------- remote_config/integration_test/Podfile | 4 +- storage/integration_test/Podfile | 8 +- storage/storage_resources/build.gradle | 2 +- 27 files changed, 99 insertions(+), 99 deletions(-) diff --git a/Android/firebase_dependencies.gradle b/Android/firebase_dependencies.gradle index a27dc99876..288d2e2084 100644 --- a/Android/firebase_dependencies.gradle +++ b/Android/firebase_dependencies.gradle @@ -16,11 +16,11 @@ import org.gradle.util.ConfigureUtil; // A map of library to the dependencies that need to be added for it. def firebaseDependenciesMap = [ - 'app' : ['com.google.firebase:firebase-analytics:19.0.0'], + 'app' : ['com.google.firebase:firebase-analytics:19.0.1'], 'admob' : ['com.google.firebase:firebase-ads:19.8.0', - 'com.google.firebase:firebase-analytics:19.0.0', + 'com.google.firebase:firebase-analytics:19.0.1', 'com.google.android.gms:play-services-base:17.6.0'], - 'analytics' : ['com.google.firebase:firebase-analytics:19.0.0', + 'analytics' : ['com.google.firebase:firebase-analytics:19.0.1', 'com.google.android.gms:play-services-base:17.6.0'], 'auth' : ['com.google.firebase:firebase-auth:21.0.1'], 'database' : ['com.google.firebase:firebase-database:20.0.1'], diff --git a/admob/admob_resources/build.gradle b/admob/admob_resources/build.gradle index ed33436bb0..97543e00ec 100644 --- a/admob/admob_resources/build.gradle +++ b/admob/admob_resources/build.gradle @@ -45,7 +45,7 @@ android { } dependencies { - implementation 'com.google.firebase:firebase-analytics:19.0.0' + implementation 'com.google.firebase:firebase-analytics:19.0.1' implementation 'com.google.firebase:firebase-ads:19.8.0' } diff --git a/admob/integration_test/Podfile b/admob/integration_test/Podfile index 9c25ed9057..1027b1d0e0 100644 --- a/admob/integration_test/Podfile +++ b/admob/integration_test/Podfile @@ -3,7 +3,7 @@ platform :ios, '10.0' # Firebase AdMob test application. target 'integration_test' do - pod 'Firebase/Analytics', '8.5.0' + pod 'Firebase/Analytics', '8.6.0' pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk' end diff --git a/analytics/integration_test/Podfile b/analytics/integration_test/Podfile index 1c52eaa84a..576f1d5e6c 100644 --- a/analytics/integration_test/Podfile +++ b/analytics/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '10.0' # Firebase Analytics test application. target 'integration_test' do - pod 'Firebase/Analytics', '8.5.0' + pod 'Firebase/Analytics', '8.6.0' end post_install do |installer| diff --git a/app/app_resources/build.gradle b/app/app_resources/build.gradle index 62e0f8fa91..b8e13c2c16 100644 --- a/app/app_resources/build.gradle +++ b/app/app_resources/build.gradle @@ -50,7 +50,7 @@ android { } dependencies { - implementation 'com.google.firebase:firebase-analytics:19.0.0' + implementation 'com.google.firebase:firebase-analytics:19.0.1' } afterEvaluate { diff --git a/app/google_api_resources/build.gradle b/app/google_api_resources/build.gradle index 155dc47b8f..d8fcc904e7 100644 --- a/app/google_api_resources/build.gradle +++ b/app/google_api_resources/build.gradle @@ -53,7 +53,7 @@ android { } dependencies { - implementation 'com.google.firebase:firebase-analytics:19.0.0' + implementation 'com.google.firebase:firebase-analytics:19.0.1' implementation 'com.google.android.gms:play-services-base:17.6.0' implementation project(':app:app_resources') } diff --git a/app/integration_test/Podfile b/app/integration_test/Podfile index 8084148643..dfc5f1cea4 100644 --- a/app/integration_test/Podfile +++ b/app/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '10.0' # Firebase App test application. target 'integration_test' do - pod 'Firebase/Analytics', '8.5.0' + pod 'Firebase/Analytics', '8.6.0' end post_install do |installer| diff --git a/app/invites_resources/build.gradle b/app/invites_resources/build.gradle index be6d0aa39e..cea3823cc2 100644 --- a/app/invites_resources/build.gradle +++ b/app/invites_resources/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - implementation 'com.google.firebase:firebase-analytics:19.0.0' + implementation 'com.google.firebase:firebase-analytics:19.0.1' implementation 'com.google.firebase:firebase-dynamic-links:20.1.1' implementation project(':app:app_resources') } diff --git a/auth/auth_resources/build.gradle b/auth/auth_resources/build.gradle index f80e81c89f..e62117d487 100644 --- a/auth/auth_resources/build.gradle +++ b/auth/auth_resources/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - implementation 'com.google.firebase:firebase-analytics:19.0.0' + implementation 'com.google.firebase:firebase-analytics:19.0.1' implementation 'com.google.firebase:firebase-auth:21.0.1' implementation project(':app:app_resources') } diff --git a/auth/integration_test/Podfile b/auth/integration_test/Podfile index bfeca2f6db..5b13b6d4ae 100644 --- a/auth/integration_test/Podfile +++ b/auth/integration_test/Podfile @@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Auth', '8.5.0' + pod 'Firebase/Auth', '8.6.0' end target 'integration_test_tvos' do platform :tvos, '10.0' - pod 'Firebase/Auth', '8.5.0' + pod 'Firebase/Auth', '8.6.0' end post_install do |installer| diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake index fa7124a93f..858460306e 100644 --- a/cmake/external/firestore.cmake +++ b/cmake/external/firestore.cmake @@ -18,7 +18,7 @@ if(TARGET firestore) return() endif() -set(version CocoaPods-8.5.0) +set(version CocoaPods-8.6.0) ExternalProject_Add( firestore diff --git a/database/database_resources/build.gradle b/database/database_resources/build.gradle index d0531aefbc..db8a3af1be 100644 --- a/database/database_resources/build.gradle +++ b/database/database_resources/build.gradle @@ -45,7 +45,7 @@ android { } dependencies { - implementation 'com.google.firebase:firebase-analytics:19.0.0' + implementation 'com.google.firebase:firebase-analytics:19.0.1' implementation 'com.google.firebase:firebase-database:20.0.1' //implementation project(':app:app_resources') } diff --git a/database/integration_test/Podfile b/database/integration_test/Podfile index 7524674c7e..8200f65813 100644 --- a/database/integration_test/Podfile +++ b/database/integration_test/Podfile @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Database', '8.5.0' - pod 'Firebase/Auth', '8.5.0' + pod 'Firebase/Database', '8.6.0' + pod 'Firebase/Auth', '8.6.0' end target 'integration_test_tvos' do platform :tvos, '10.0' - pod 'Firebase/Database', '8.5.0' - pod 'Firebase/Auth', '8.5.0' + pod 'Firebase/Database', '8.6.0' + pod 'Firebase/Auth', '8.6.0' end post_install do |installer| diff --git a/dynamic_links/integration_test/Podfile b/dynamic_links/integration_test/Podfile index d85d2fac99..1df132882b 100644 --- a/dynamic_links/integration_test/Podfile +++ b/dynamic_links/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '10.0' # Firebase Dynamic Links test application. target 'integration_test' do - pod 'Firebase/DynamicLinks', '8.5.0' + pod 'Firebase/DynamicLinks', '8.6.0' end post_install do |installer| diff --git a/firestore/firestore_resources/build.gradle b/firestore/firestore_resources/build.gradle index 96d0cd95a9..eb2e2aee2a 100644 --- a/firestore/firestore_resources/build.gradle +++ b/firestore/firestore_resources/build.gradle @@ -53,7 +53,7 @@ android { } dependencies { - implementation 'com.google.firebase:firebase-analytics:19.0.0' + implementation 'com.google.firebase:firebase-analytics:19.0.1' implementation 'com.google.firebase:firebase-firestore:23.0.3' } diff --git a/firestore/integration_test/Podfile b/firestore/integration_test/Podfile index 4fe963c584..82428e2398 100644 --- a/firestore/integration_test/Podfile +++ b/firestore/integration_test/Podfile @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Firestore', '8.5.0' - pod 'Firebase/Auth', '8.5.0' + pod 'Firebase/Firestore', '8.6.0' + pod 'Firebase/Auth', '8.6.0' end target 'integration_test_tvos' do platform :tvos, '10.0' - pod 'Firebase/Firestore', '8.5.0' - pod 'Firebase/Auth', '8.5.0' + pod 'Firebase/Firestore', '8.6.0' + pod 'Firebase/Auth', '8.6.0' end post_install do |installer| diff --git a/firestore/integration_test_internal/Podfile b/firestore/integration_test_internal/Podfile index 5deeea550e..e6e0c9a42c 100644 --- a/firestore/integration_test_internal/Podfile +++ b/firestore/integration_test_internal/Podfile @@ -4,14 +4,14 @@ platform :ios, '10.0' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Firestore', '8.5.0' - pod 'Firebase/Auth', '8.5.0' + pod 'Firebase/Firestore', '8.6.0' + pod 'Firebase/Auth', '8.6.0' end target 'integration_test_tvos' do platform :tvos, '10.0' - pod 'Firebase/Firestore', '8.5.0' - pod 'Firebase/Auth', '8.5.0' + pod 'Firebase/Firestore', '8.6.0' + pod 'Firebase/Auth', '8.6.0' end post_install do |installer| diff --git a/functions/integration_test/Podfile b/functions/integration_test/Podfile index 069c77a3e3..8b6d047ae8 100644 --- a/functions/integration_test/Podfile +++ b/functions/integration_test/Podfile @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Functions', '8.5.0' - pod 'Firebase/Auth', '8.5.0' + pod 'Firebase/Functions', '8.6.0' + pod 'Firebase/Auth', '8.6.0' end target 'integration_test_tvos' do platform :tvos, '10.0' - pod 'Firebase/Functions', '8.5.0' - pod 'Firebase/Auth', '8.5.0' + pod 'Firebase/Functions', '8.6.0' + pod 'Firebase/Auth', '8.6.0' end post_install do |installer| diff --git a/installations/integration_test/Podfile b/installations/integration_test/Podfile index 87c006bc0e..385150ed3f 100644 --- a/installations/integration_test/Podfile +++ b/installations/integration_test/Podfile @@ -4,8 +4,8 @@ platform :ios, '10.0' # Firebase Installations test application. target 'integration_test' do - pod 'Firebase/Analytics', '8.5.0' - pod 'Firebase/Installations', '8.5.0' + pod 'Firebase/Analytics', '8.6.0' + pod 'Firebase/Installations', '8.6.0' end post_install do |installer| diff --git a/ios_pod/Podfile b/ios_pod/Podfile index 471fce38cf..6d53e0d71d 100644 --- a/ios_pod/Podfile +++ b/ios_pod/Podfile @@ -2,19 +2,19 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '10.0' target 'GetPods' do - pod 'Firebase/Core', '8.5.0' + pod 'Firebase/Core', '8.6.0' pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk' - pod 'Firebase/Analytics', '8.5.0' - pod 'Firebase/Auth', '8.5.0' - pod 'Firebase/Crashlytics', '8.5.0' - pod 'Firebase/Database', '8.5.0' - pod 'Firebase/DynamicLinks', '8.5.0' - pod 'Firebase/Firestore', '8.5.0' - pod 'Firebase/Functions', '8.5.0' - pod 'Firebase/Installations', '8.5.0' - pod 'Firebase/Messaging', '8.5.0' - pod 'Firebase/RemoteConfig', '8.5.0' - pod 'Firebase/Storage', '8.5.0' + pod 'Firebase/Analytics', '8.6.0' + pod 'Firebase/Auth', '8.6.0' + pod 'Firebase/Crashlytics', '8.6.0' + pod 'Firebase/Database', '8.6.0' + pod 'Firebase/DynamicLinks', '8.6.0' + pod 'Firebase/Firestore', '8.6.0' + pod 'Firebase/Functions', '8.6.0' + pod 'Firebase/Installations', '8.6.0' + pod 'Firebase/Messaging', '8.6.0' + pod 'Firebase/RemoteConfig', '8.6.0' + pod 'Firebase/Storage', '8.6.0' end diff --git a/messaging/integration_test/Podfile b/messaging/integration_test/Podfile index 4ede7640c5..878dc783fe 100644 --- a/messaging/integration_test/Podfile +++ b/messaging/integration_test/Podfile @@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Messaging', '8.5.0' + pod 'Firebase/Messaging', '8.6.0' end target 'integration_test_tvos' do platform :tvos, '10.0' - pod 'Firebase/Messaging', '8.5.0' + pod 'Firebase/Messaging', '8.6.0' end post_install do |installer| diff --git a/messaging/messaging_java/build.gradle b/messaging/messaging_java/build.gradle index bf8d852e97..12d588b5fa 100644 --- a/messaging/messaging_java/build.gradle +++ b/messaging/messaging_java/build.gradle @@ -55,7 +55,7 @@ android { } dependencies { - implementation 'com.google.firebase:firebase-analytics:19.0.0' + implementation 'com.google.firebase:firebase-analytics:19.0.1' implementation 'com.google.firebase:firebase-messaging:22.0.0' 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 bb6ce40a6e..5fa4dc682b 100644 --- a/release_build_files/Android/firebase_dependencies.gradle +++ b/release_build_files/Android/firebase_dependencies.gradle @@ -16,11 +16,11 @@ import org.gradle.util.ConfigureUtil; // A map of library to the dependencies that need to be added for it. def firebaseDependenciesMap = [ - 'app' : ['com.google.firebase:firebase-analytics:19.0.0'], + 'app' : ['com.google.firebase:firebase-analytics:19.0.1'], 'admob' : ['com.google.firebase:firebase-ads:19.8.0', - 'com.google.firebase:firebase-analytics:19.0.0', + 'com.google.firebase:firebase-analytics:19.0.1', 'com.google.android.gms:play-services-base:17.6.0'], - 'analytics' : ['com.google.firebase:firebase-analytics:19.0.0', + 'analytics' : ['com.google.firebase:firebase-analytics:19.0.1', 'com.google.android.gms:play-services-base:17.6.0'], 'auth' : ['com.google.firebase:firebase-auth:21.0.1'], 'database' : ['com.google.firebase:firebase-database:20.0.1'], diff --git a/release_build_files/readme.md b/release_build_files/readme.md index 8bd7354aa2..aea27cdf71 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -83,7 +83,7 @@ Feature | Required Libraries and Gradle Packages -------------------------- | -------------------------------------- Firebase AdMob | libfirebase_admob.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.1 | | (Maven package) | | com.google.firebase:firebase-ads:19.8.0 | | (Maven package) @@ -91,24 +91,24 @@ Firebase AdMob | libfirebase_admob.a | | (Maven package) Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.1 | | (Maven package) Firebase Authentication | libfirebase_auth.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.1 | | (Maven package) | | com.google.firebase:firebase-auth:21.0.1 | | (Maven package) Firebase Dynamic Links | libfirebase_dynamic_links.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.1 | | (Maven package) | | com.google.firebase:firebase-dynamic-links:20.1.1 | | (Maven package) Cloud Firestore | libfirebase_firestore.a | | libfirebase_auth.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.1 | | (Maven package) | | com.google.firebase:firebase-firestore:23.0.3 | | (Maven package) @@ -117,7 +117,7 @@ Cloud Firestore | libfirebase_firestore.a Firebase Functions | libfirebase_functions | | libfirebase_auth.a (optional) | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.1 | | (Maven package) | | com.google.firebase:firebase-functions:20.0.0 | | (Maven package) @@ -129,7 +129,7 @@ Firebase Installations | libfirebase_installations.a | | (Maven package) Firebase Messaging | libfirebase_messaging.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.1 | | (Maven package) | | com.google.firebase:firebase-messaging:22.0.0 | | (Maven package) @@ -138,7 +138,7 @@ Firebase Messaging | libfirebase_messaging.a Firebase Realtime Database | libfirebase_database.a | | libfirebase_auth.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.1 | | (Maven package) | | com.google.firebase:firebase-database:20.0.1 | | (Maven package) @@ -146,14 +146,14 @@ Firebase Realtime Database | libfirebase_database.a | | (Maven package) Firebase Remote Config | libfirebase_remote_config.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.1 | | (Maven package) | | com.google.firebase:firebase-config:21.0.1 | | (Maven package) Firebase Storage | libfirebase_storage.a | | libfirebase_auth.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.1 | | (Maven package) | | com.google.firebase:firebase-storage:20.0.0 | | (Maven package) @@ -180,46 +180,46 @@ Feature | Required Frameworks and Cocoapods -------------------------- | --------------------------------------- Firebase AdMob | firebase_admob.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (8.5.0) +| | Firebase/Analytics Cocoapod (8.6.0) | | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk) Firebase Analytics | firebase_analytics.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (8.5.0) +| | Firebase/Analytics Cocoapod (8.6.0) Firebase Authentication | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Auth Cocoapod (8.5.0) +| | Firebase/Auth Cocoapod (8.6.0) Firebase Dynamic Links | firebase_dynamic_links.xcframework | | firebase.xcframework -| | Firebase/DynamicLinks Cocoapod (8.5.0) +| | Firebase/DynamicLinks Cocoapod (8.6.0) Cloud Firestore | firebase_firestore.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Firestore Cocoapod (8.5.0) -| | Firebase/Auth Cocoapod (8.5.0) +| | Firebase/Firestore Cocoapod (8.6.0) +| | Firebase/Auth Cocoapod (8.6.0) Firebase Functions | firebase_functions.xcframework | | firebase_auth.xcframework (optional) | | firebase.xcframework -| | Firebase/Functions Cocoapod (8.5.0) -| | Firebase/Auth Cocoapod (8.5.0) +| | Firebase/Functions Cocoapod (8.6.0) +| | Firebase/Auth Cocoapod (8.6.0) Firebase Installations | firebase_installations.xcframework | | firebase.xcframework -| | FirebaseInstallations Cocoapod (8.5.0) +| | FirebaseInstallations Cocoapod (8.6.0) Firebase Cloud Messaging | firebase_messaging.xcframework | | firebase.xcframework -| | Firebase/Messaging Cocoapod (8.5.0) +| | Firebase/Messaging Cocoapod (8.6.0) Firebase Realtime Database | firebase_database.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Database Cocoapod (8.5.0) -| | Firebase/Auth Cocoapod (8.5.0) +| | Firebase/Database Cocoapod (8.6.0) +| | Firebase/Auth Cocoapod (8.6.0) Firebase Remote Config | firebase_remote_config.xcframework | | firebase.xcframework -| | Firebase/RemoteConfig Cocoapod (8.5.0) +| | Firebase/RemoteConfig Cocoapod (8.6.0) Firebase Storage | firebase_storage.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Storage Cocoapod (8.5.0) -| | Firebase/Auth Cocoapod (8.5.0) +| | Firebase/Storage Cocoapod (8.6.0) +| | Firebase/Auth Cocoapod (8.6.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 @@ -240,46 +240,46 @@ Feature | Required Libraries and Cocoapods -------------------------- | ----------------------------------------- Firebase AdMob | libfirebase_admob.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (8.5.0) +| | Firebase/Analytics Cocoapod (8.6.0) | | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk) Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (8.5.0) +| | Firebase/Analytics Cocoapod (8.6.0) Firebase Authentication | libfirebase_auth.a | | libfirebase_app.a -| | Firebase/Auth Cocoapod (8.5.0) +| | Firebase/Auth Cocoapod (8.6.0) Firebase Dynamic Links | libfirebase_dynamic_links.a | | libfirebase_app.a -| | Firebase/DynamicLinks Cocoapod (8.5.0) +| | Firebase/DynamicLinks Cocoapod (8.6.0) Cloud Firestore | libfirebase_firestore.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Firestore Cocoapod (8.5.0) -| | Firebase/Auth Cocoapod (8.5.0) +| | Firebase/Firestore Cocoapod (8.6.0) +| | Firebase/Auth Cocoapod (8.6.0) Firebase Functions | libfirebase_functions.a | | libfirebase_app.a | | libfirebase_auth.a (optional) -| | Firebase/Functions Cocoapod (8.5.0) -| | Firebase/Auth Cocoapod (8.5.0) +| | Firebase/Functions Cocoapod (8.6.0) +| | Firebase/Auth Cocoapod (8.6.0) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a -| | FirebaseInstallations Cocoapod (8.5.0) +| | FirebaseInstallations Cocoapod (8.6.0) Firebase Cloud Messaging | libfirebase_messaging.a | | libfirebase_app.a | | Firebase/CloudMessaging Cocoapod (8.1.1) Firebase Realtime Database | libfirebase_database.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Database Cocoapod (8.5.0) -| | Firebase/Auth Cocoapod (8.5.0) +| | Firebase/Database Cocoapod (8.6.0) +| | Firebase/Auth Cocoapod (8.6.0) Firebase Remote Config | libfirebase_remote_config.a | | libfirebase_app.a -| | Firebase/RemoteConfig Cocoapod (8.5.0) +| | Firebase/RemoteConfig Cocoapod (8.6.0) Firebase Storage | libfirebase_storage.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Storage Cocoapod (8.5.0) -| | Firebase/Auth Cocoapod (8.5.0) +| | Firebase/Storage Cocoapod (8.6.0) +| | Firebase/Auth Cocoapod (8.6.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 35bc8199bf..6ffce52301 100644 --- a/remote_config/integration_test/Podfile +++ b/remote_config/integration_test/Podfile @@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/RemoteConfig', '8.5.0' + pod 'Firebase/RemoteConfig', '8.6.0' end target 'integration_test_tvos' do platform :tvos, '10.0' - pod 'Firebase/RemoteConfig', '8.5.0' + pod 'Firebase/RemoteConfig', '8.6.0' end post_install do |installer| diff --git a/storage/integration_test/Podfile b/storage/integration_test/Podfile index 0b64f023c5..1ef41613ff 100644 --- a/storage/integration_test/Podfile +++ b/storage/integration_test/Podfile @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Storage', '8.5.0' - pod 'Firebase/Auth', '8.5.0' + pod 'Firebase/Storage', '8.6.0' + pod 'Firebase/Auth', '8.6.0' end target 'integration_test_tvos' do platform :tvos, '10.0' - pod 'Firebase/Storage', '8.5.0' - pod 'Firebase/Auth', '8.5.0' + pod 'Firebase/Storage', '8.6.0' + pod 'Firebase/Auth', '8.6.0' end post_install do |installer| diff --git a/storage/storage_resources/build.gradle b/storage/storage_resources/build.gradle index 3f726891ac..6eeb5a0e18 100644 --- a/storage/storage_resources/build.gradle +++ b/storage/storage_resources/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - implementation 'com.google.firebase:firebase-analytics:19.0.0' + implementation 'com.google.firebase:firebase-analytics:19.0.1' implementation 'com.google.firebase:firebase-storage:20.0.0' }