Skip to content

Commit 3e86226

Browse files
authored
Merge pull request #498 from firebase/feature/m98-release-update-dependencies
updating android and ios versions across repo.
2 parents 090eb4d + 4130692 commit 3e86226

File tree

14 files changed

+61
-61
lines changed

14 files changed

+61
-61
lines changed

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.1.1'
6+
pod 'Firebase/Analytics', '8.2.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.1.1'
7+
pod 'Firebase/Analytics', '8.2.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.1.1'
7+
pod 'Firebase/Analytics', '8.2.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.1.1'
7+
pod 'Firebase/Auth', '8.2.0'
88
end
99

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

1515
post_install do |installer|

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.1.1'
8-
pod 'Firebase/Auth', '8.1.1'
7+
pod 'Firebase/Database', '8.2.0'
8+
pod 'Firebase/Auth', '8.2.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '10.0'
13-
pod 'Firebase/Database', '8.1.1'
14-
pod 'Firebase/Auth', '8.1.1'
13+
pod 'Firebase/Database', '8.2.0'
14+
pod 'Firebase/Auth', '8.2.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.1.1'
7+
pod 'Firebase/DynamicLinks', '8.2.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.1.1'
8-
pod 'Firebase/Auth', '8.1.1'
7+
pod 'Firebase/Firestore', '8.2.0'
8+
pod 'Firebase/Auth', '8.2.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '10.0'
13-
pod 'Firebase/Firestore', '8.1.1'
14-
pod 'Firebase/Auth', '8.1.1'
13+
pod 'Firebase/Firestore', '8.2.0'
14+
pod 'Firebase/Auth', '8.2.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.1.1'
8-
pod 'Firebase/Auth', '8.1.1'
7+
pod 'Firebase/Functions', '8.2.0'
8+
pod 'Firebase/Auth', '8.2.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '10.0'
13-
pod 'Firebase/Functions', '8.1.1'
14-
pod 'Firebase/Auth', '8.1.1'
13+
pod 'Firebase/Functions', '8.2.0'
14+
pod 'Firebase/Auth', '8.2.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.1.1'
8-
pod 'Firebase/Installations', '8.1.1'
7+
pod 'Firebase/Analytics', '8.2.0'
8+
pod 'Firebase/Installations', '8.2.0'
99
end
1010

1111
post_install do |installer|

messaging/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 Cloud Messaging test application.
55

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

1010
post_install do |installer|

0 commit comments

Comments
 (0)