Skip to content

Commit 26f8b4a

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-bot
andauthored
Update mobile dependencies - Tue Sep 14 2021 (#659)
### Android - com.google.firebase.firebase_database → 20.0.2 - com.google.firebase.firebase_functions → 20.0.1 ### iOS - Firebase/Analytics → 8.7.0 - Firebase/Auth → 8.7.0 - Firebase/Core → 8.7.0 - Firebase/Crashlytics → 8.7.0 - Firebase/Database → 8.7.0 - Firebase/DynamicLinks → 8.7.0 - Firebase/Firestore → 8.7.0 - Firebase/Functions → 8.7.0 - Firebase/Installations → 8.7.0 - Firebase/Messaging → 8.7.0 - Firebase/RemoteConfig → 8.7.0 - Firebase/Storage → 8.7.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/1231831992). Co-authored-by: firebase-workflow-trigger-bot <[email protected]>
1 parent ba12775 commit 26f8b4a

File tree

19 files changed

+81
-81
lines changed

19 files changed

+81
-81
lines changed

Android/firebase_dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ def firebaseDependenciesMap = [
2323
'analytics' : ['com.google.firebase:firebase-analytics:19.0.1',
2424
'com.google.android.gms:play-services-base:17.6.0'],
2525
'auth' : ['com.google.firebase:firebase-auth:21.0.1'],
26-
'database' : ['com.google.firebase:firebase-database:20.0.1'],
26+
'database' : ['com.google.firebase:firebase-database:20.0.2'],
2727
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.1.1'],
2828
'firestore' : ['com.google.firebase:firebase-firestore:23.0.3'],
29-
'functions' : ['com.google.firebase:firebase-functions:20.0.0'],
29+
'functions' : ['com.google.firebase:firebase-functions:20.0.1'],
3030
'installations' : ['com.google.firebase:firebase-installations:17.0.0',
3131
'com.google.android.gms:play-services-base:17.6.0'],
3232
'invites' : ['com.google.firebase:firebase-invites:17.0.0'],

admob/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ platform :ios, '10.0'
33
# Firebase AdMob test application.
44

55
target 'integration_test' do
6-
pod 'Firebase/Analytics', '8.6.0'
6+
pod 'Firebase/Analytics', '8.7.0'
77
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk'
88
end
99

analytics/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase Analytics test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '8.6.0'
7+
pod 'Firebase/Analytics', '8.7.0'
88
end
99

1010
post_install do |installer|

app/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase App test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '8.6.0'
7+
pod 'Firebase/Analytics', '8.7.0'
88
end
99

1010
post_install do |installer|

auth/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Auth', '8.6.0'
7+
pod 'Firebase/Auth', '8.7.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '10.0'
12-
pod 'Firebase/Auth', '8.6.0'
12+
pod 'Firebase/Auth', '8.7.0'
1313
end
1414

1515
post_install do |installer|

cmake/external/firestore.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if(TARGET firestore)
1818
return()
1919
endif()
2020

21-
set(version CocoaPods-8.6.0)
21+
set(version CocoaPods-8.7.0)
2222
ExternalProject_Add(
2323
firestore
2424

database/database_resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646

4747
dependencies {
4848
implementation 'com.google.firebase:firebase-analytics:19.0.1'
49-
implementation 'com.google.firebase:firebase-database:20.0.1'
49+
implementation 'com.google.firebase:firebase-database:20.0.2'
5050
//implementation project(':app:app_resources')
5151
}
5252

database/integration_test/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Database', '8.6.0'
8-
pod 'Firebase/Auth', '8.6.0'
7+
pod 'Firebase/Database', '8.7.0'
8+
pod 'Firebase/Auth', '8.7.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '10.0'
13-
pod 'Firebase/Database', '8.6.0'
14-
pod 'Firebase/Auth', '8.6.0'
13+
pod 'Firebase/Database', '8.7.0'
14+
pod 'Firebase/Auth', '8.7.0'
1515
end
1616

1717
post_install do |installer|

dynamic_links/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase Dynamic Links test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/DynamicLinks', '8.6.0'
7+
pod 'Firebase/DynamicLinks', '8.7.0'
88
end
99

1010
post_install do |installer|

firestore/integration_test/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Firestore', '8.6.0'
8-
pod 'Firebase/Auth', '8.6.0'
7+
pod 'Firebase/Firestore', '8.7.0'
8+
pod 'Firebase/Auth', '8.7.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '10.0'
13-
pod 'Firebase/Firestore', '8.6.0'
14-
pod 'Firebase/Auth', '8.6.0'
13+
pod 'Firebase/Firestore', '8.7.0'
14+
pod 'Firebase/Auth', '8.7.0'
1515
end
1616

1717
post_install do |installer|

0 commit comments

Comments
 (0)