Skip to content

Commit 205ae26

Browse files
author
Alex Ames
authored
Updated dependencies and SDK version (#579)
* Updated Android and iOS dependencies * Updated SDK version
1 parent 27f3bc7 commit 205ae26

File tree

22 files changed

+90
-90
lines changed

22 files changed

+90
-90
lines changed

Android/firebase_dependencies.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ def firebaseDependenciesMap = [
2323
'analytics' : ['com.google.firebase:firebase-analytics:19.0.0',
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.0'],
27-
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.1.0'],
28-
'firestore' : ['com.google.firebase:firebase-firestore:23.0.2'],
26+
'database' : ['com.google.firebase:firebase-database:20.0.1'],
27+
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.1.1'],
28+
'firestore' : ['com.google.firebase:firebase-firestore:23.0.3'],
2929
'functions' : ['com.google.firebase:firebase-functions:20.0.0'],
3030
'installations' : ['com.google.firebase:firebase-installations:17.0.0',
3131
'com.google.android.gms:play-services-base:17.6.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.2.0'
6+
pod 'Firebase/Analytics', '8.4.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.3.0'
7+
pod 'Firebase/Analytics', '8.4.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.3.0'
7+
pod 'Firebase/Analytics', '8.4.0'
88
end
99

1010
post_install do |installer|

app/invites_resources/build.gradle

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

5151
dependencies {
5252
implementation 'com.google.firebase:firebase-analytics:19.0.0'
53-
implementation 'com.google.firebase:firebase-dynamic-links:20.1.0'
53+
implementation 'com.google.firebase:firebase-dynamic-links:20.1.1'
5454
implementation project(':app:app_resources')
5555
}
5656

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.3.0'
7+
pod 'Firebase/Auth', '8.4.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '10.0'
12-
pod 'Firebase/Auth', '8.3.0'
12+
pod 'Firebase/Auth', '8.4.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.3.0)
21+
set(version CocoaPods-8.4.0)
2222
ExternalProject_Add(
2323
firestore
2424

cpp_sdk_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"released": "8.2.0",
3-
"stable": "8.2.0",
4-
"head": "8.2.0"
2+
"released": "8.3.0",
3+
"stable": "8.3.0",
4+
"head": "8.3.0"
55
}

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.0'
49-
implementation 'com.google.firebase:firebase-database:20.0.0'
49+
implementation 'com.google.firebase:firebase-database:20.0.1'
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.3.0'
8-
pod 'Firebase/Auth', '8.3.0'
7+
pod 'Firebase/Database', '8.4.0'
8+
pod 'Firebase/Auth', '8.4.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '10.0'
13-
pod 'Firebase/Database', '8.3.0'
14-
pod 'Firebase/Auth', '8.3.0'
13+
pod 'Firebase/Database', '8.4.0'
14+
pod 'Firebase/Auth', '8.4.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.3.0'
7+
pod 'Firebase/DynamicLinks', '8.4.0'
88
end
99

1010
post_install do |installer|

firestore/firestore_resources/build.gradle

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

5555
dependencies {
5656
implementation 'com.google.firebase:firebase-analytics:19.0.0'
57-
implementation 'com.google.firebase:firebase-firestore:23.0.2'
57+
implementation 'com.google.firebase:firebase-firestore:23.0.3'
5858
}
5959

6060
afterEvaluate {

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.3.0'
8-
pod 'Firebase/Auth', '8.3.0'
7+
pod 'Firebase/Firestore', '8.4.0'
8+
pod 'Firebase/Auth', '8.4.0'
99
end
1010

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

1717
post_install do |installer|

firestore/integration_test_internal/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ platform :ios, '10.0'
44

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

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

1717
post_install do |installer|

functions/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/Functions', '8.3.0'
8-
pod 'Firebase/Auth', '8.3.0'
7+
pod 'Firebase/Functions', '8.4.0'
8+
pod 'Firebase/Auth', '8.4.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '10.0'
13-
pod 'Firebase/Functions', '8.3.0'
14-
pod 'Firebase/Auth', '8.3.0'
13+
pod 'Firebase/Functions', '8.4.0'
14+
pod 'Firebase/Auth', '8.4.0'
1515
end
1616

1717
post_install do |installer|

installations/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ platform :ios, '10.0'
44
# Firebase Installations test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '8.3.0'
8-
pod 'Firebase/Installations', '8.3.0'
7+
pod 'Firebase/Analytics', '8.4.0'
8+
pod 'Firebase/Installations', '8.4.0'
99
end
1010

1111
post_install do |installer|

ios_pod/Podfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '10.0'
33

44
target 'GetPods' do
5-
pod 'Firebase/Core', '8.3.0'
5+
pod 'Firebase/Core', '8.4.0'
66

77
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk'
8-
pod 'Firebase/Analytics', '8.3.0'
9-
pod 'Firebase/Auth', '8.3.0'
10-
pod 'Firebase/Crashlytics', '8.3.0'
11-
pod 'Firebase/Database', '8.3.0'
12-
pod 'Firebase/DynamicLinks', '8.3.0'
13-
pod 'Firebase/Firestore', '8.3.0'
14-
pod 'Firebase/Functions', '8.3.0'
15-
pod 'Firebase/Installations', '8.3.0'
16-
pod 'Firebase/Messaging', '8.3.0'
17-
pod 'Firebase/RemoteConfig', '8.3.0'
18-
pod 'Firebase/Storage', '8.3.0'
8+
pod 'Firebase/Analytics', '8.4.0'
9+
pod 'Firebase/Auth', '8.4.0'
10+
pod 'Firebase/Crashlytics', '8.4.0'
11+
pod 'Firebase/Database', '8.4.0'
12+
pod 'Firebase/DynamicLinks', '8.4.0'
13+
pod 'Firebase/Firestore', '8.4.0'
14+
pod 'Firebase/Functions', '8.4.0'
15+
pod 'Firebase/Installations', '8.4.0'
16+
pod 'Firebase/Messaging', '8.4.0'
17+
pod 'Firebase/RemoteConfig', '8.4.0'
18+
pod 'Firebase/Storage', '8.4.0'
1919

2020
end

messaging/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/Messaging', '8.3.0'
7+
pod 'Firebase/Messaging', '8.4.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '10.0'
12-
pod 'Firebase/Messaging', '8.3.0'
12+
pod 'Firebase/Messaging', '8.4.0'
1313
end
1414

1515
post_install do |installer|

release_build_files/Android/firebase_dependencies.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ def firebaseDependenciesMap = [
2323
'analytics' : ['com.google.firebase:firebase-analytics:19.0.0',
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.0'],
27-
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.1.0'],
28-
'firestore' : ['com.google.firebase:firebase-firestore:23.0.2'],
26+
'database' : ['com.google.firebase:firebase-database:20.0.1'],
27+
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.1.1'],
28+
'firestore' : ['com.google.firebase:firebase-firestore:23.0.3'],
2929
'functions' : ['com.google.firebase:firebase-functions:20.0.0'],
3030
'installations' : ['com.google.firebase:firebase-installations:17.0.0',
3131
'com.google.android.gms:play-services-base:17.6.0'],

0 commit comments

Comments
 (0)