Skip to content

Commit 4c33b94

Browse files
committed
Integrate Latest @ 294839797
CL: 294839797
1 parent ff6d39d commit 4c33b94

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

admob/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# AdMob test application.
44
target 'testapp' do
5-
pod 'Firebase/AdMob', '6.14.0'
5+
pod 'Firebase/AdMob', '6.16.0'
66
end

analytics/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Analytics test application.
44
target 'testapp' do
5-
pod 'Firebase/Analytics', '6.14.0'
5+
pod 'Firebase/Analytics', '6.16.0'
66
end

auth/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Auth test application.
44
target 'testapp' do
5-
pod 'Firebase/Auth', '6.14.0'
5+
pod 'Firebase/Auth', '6.16.0'
66
end

database/testapp/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Firebase Realtime Database test application.
44
target 'testapp' do
5-
pod 'Firebase/Database', '6.14.0'
6-
pod 'Firebase/Auth', '6.14.0'
5+
pod 'Firebase/Database', '6.16.0'
6+
pod 'Firebase/Auth', '6.16.0'
77
end

dynamic_links/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Dynamic Links test application.
44
target 'testapp' do
5-
pod 'Firebase/DynamicLinks', '6.14.0'
5+
pod 'Firebase/DynamicLinks', '6.16.0'
66
end

functions/testapp/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Cloud Functions for Firebase test application.
44
target 'testapp' do
5-
pod 'Firebase/Functions', '6.14.0'
6-
pod 'Firebase/Auth', '6.14.0'
5+
pod 'Firebase/Functions', '6.16.0'
6+
pod 'Firebase/Auth', '6.16.0'
77
end

messaging/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# FCM test application.
44
target 'testapp' do
5-
pod 'Firebase/Messaging', '6.14.0'
5+
pod 'Firebase/Messaging', '6.16.0'
66
end

remote_config/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Firebase Remote Config test application.
44
target 'testapp' do
5-
pod 'Firebase/RemoteConfig', '6.14.0'
5+
pod 'Firebase/RemoteConfig', '6.16.0'
66
end

storage/testapp/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33
# Cloud Storage for Firebase test application.
44
target 'testapp' do
5-
pod 'Firebase/Storage', '6.14.0'
6-
pod 'Firebase/Auth', '6.14.0'
5+
pod 'Firebase/Storage', '6.16.0'
6+
pod 'Firebase/Auth', '6.16.0'
77
end

0 commit comments

Comments
 (0)