Skip to content

Commit 0172c4d

Browse files
authored
Update to Firebase iOS SDK 8.1.1 and latest Android (#469)
* Update iOS dependencies to 8.1.1. * Update Android dependencies. * Update listed dependencies in readme file. * Add AdMob note.
1 parent 0827030 commit 0172c4d

File tree

18 files changed

+98
-93
lines changed

18 files changed

+98
-93
lines changed

Android/firebase_dependencies.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def firebaseDependenciesMap = [
2424
'com.google.android.gms:play-services-base:17.6.0'],
2525
'auth' : ['com.google.firebase:firebase-auth:21.0.1'],
2626
'database' : ['com.google.firebase:firebase-database:20.0.0'],
27-
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.0.0'],
28-
'firestore' : ['com.google.firebase:firebase-firestore:23.0.0'],
27+
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.1.0'],
28+
'firestore' : ['com.google.firebase:firebase-firestore:23.0.1'],
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'],
@@ -36,7 +36,7 @@ def firebaseDependenciesMap = [
3636
'androidx.core:core:1.6.0-alpha03',
3737
'com.google.flatbuffers:flatbuffers-java:1.9.0',
3838
'com.google.android.gms:play-services-base:17.6.0'],
39-
'performance' : ['com.google.firebase:firebase-perf:20.0.0'],
39+
'performance' : ['com.google.firebase:firebase-perf:20.0.1'],
4040
'remote_config' : ['com.google.firebase:firebase-config:21.0.0',
4141
'com.google.android.gms:play-services-base:17.6.0'],
4242
'storage' : ['com.google.firebase:firebase-storage:20.0.0'],

admob/integration_test/Podfile

+1-1
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.0.0'
6+
pod 'Firebase/Analytics', '8.1.1'
77
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk'
88
end
99

analytics/integration_test/Podfile

+1-1
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.0.0'
7+
pod 'Firebase/Analytics', '8.1.1'
88
end
99

1010
post_install do |installer|

app/integration_test/Podfile

+1-1
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.0.0'
7+
pod 'Firebase/Analytics', '8.1.1'
88
end
99

1010
post_install do |installer|

app/invites_resources/build.gradle

+1-1
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.0.0'
53+
implementation 'com.google.firebase:firebase-dynamic-links:20.1.0'
5454
implementation project(':app:app_resources')
5555
}
5656

auth/integration_test/Podfile

+2-2
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.0.0'
7+
pod 'Firebase/Auth', '8.1.1'
88
end
99

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

1515
post_install do |installer|

database/integration_test/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ platform :ios, '10.0'
44
# Firebase Realtime Database test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Database', '8.0.0'
8-
pod 'Firebase/Auth', '8.0.0'
7+
pod 'Firebase/Database', '8.1.1'
8+
pod 'Firebase/Auth', '8.1.1'
99
end
1010

1111
post_install do |installer|

dynamic_links/integration_test/Podfile

+1-1
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.0.0'
7+
pod 'Firebase/DynamicLinks', '8.1.1'
88
end
99

1010
post_install do |installer|

firestore/firestore_resources/build.gradle

+1-1
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.0'
57+
implementation 'com.google.firebase:firebase-firestore:23.0.1'
5858
}
5959

6060
afterEvaluate {

firestore/integration_test/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ platform :ios, '10.0'
44
# Firebase Realtime Firestore test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Firestore', '8.0.0'
8-
pod 'Firebase/Auth', '8.0.0'
7+
pod 'Firebase/Firestore', '8.1.1'
8+
pod 'Firebase/Auth', '8.1.1'
99
end
1010

1111
post_install do |installer|

functions/integration_test/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ platform :ios, '10.0'
44
# Cloud Functions for Firebase test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Functions', '8.0.0'
8-
pod 'Firebase/Auth', '8.0.0'
7+
pod 'Firebase/Functions', '8.1.1'
8+
pod 'Firebase/Auth', '8.1.1'
99
end
1010

1111
post_install do |installer|

installations/integration_test/Podfile

+2-2
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.0.0'
8-
pod 'Firebase/Installations', '8.0.0'
7+
pod 'Firebase/Analytics', '8.1.1'
8+
pod 'Firebase/Installations', '8.1.1'
99
end
1010

1111
post_install do |installer|

ios_pod/Podfile

+12-12
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.0.0'
5+
pod 'Firebase/Core', '8.1.1'
66

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

2020
end

messaging/integration_test/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase Cloud Messaging test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Messaging', '8.0.0'
7+
pod 'Firebase/Messaging', '8.1.1'
88
end
99

1010
post_install do |installer|

release_build_files/Android/firebase_dependencies.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def firebaseDependenciesMap = [
2424
'com.google.android.gms:play-services-base:17.6.0'],
2525
'auth' : ['com.google.firebase:firebase-auth:21.0.1'],
2626
'database' : ['com.google.firebase:firebase-database:20.0.0'],
27-
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.0.0'],
28-
'firestore' : ['com.google.firebase:firebase-firestore:23.0.0'],
27+
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.1.0'],
28+
'firestore' : ['com.google.firebase:firebase-firestore:23.0.1'],
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'],
@@ -36,7 +36,7 @@ def firebaseDependenciesMap = [
3636
'androidx.core:core:1.6.0-alpha03',
3737
'com.google.flatbuffers:flatbuffers-java:1.9.0',
3838
'com.google.android.gms:play-services-base:17.6.0'],
39-
'performance' : ['com.google.firebase:firebase-perf:20.0.0'],
39+
'performance' : ['com.google.firebase:firebase-perf:20.0.1'],
4040
'remote_config' : ['com.google.firebase:firebase-config:21.0.0',
4141
'com.google.android.gms:play-services-base:17.6.0'],
4242
'storage' : ['com.google.firebase:firebase-storage:20.0.0'],

0 commit comments

Comments
 (0)