Skip to content

Commit c0f6fb0

Browse files
committed
Update Firebase games Podfiles to use Firebase 6.16.0
PiperOrigin-RevId: 294254094
1 parent c9d51b2 commit c0f6fb0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

ios_pod/Podfile

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

44
target 'GetPods' do
5-
pod 'Firebase/Core', '6.14.0'
5+
pod 'Firebase/Core', '6.16.0'
66

7-
pod 'Firebase/AdMob', '6.14.0'
8-
pod 'Firebase/Analytics', '6.14.0'
9-
pod 'Firebase/Auth', '6.14.0'
10-
pod 'Firebase/Database', '6.14.0'
11-
pod 'Firebase/DynamicLinks', '6.14.0'
12-
pod 'Firebase/Functions', '6.14.0'
13-
pod 'FirebaseInstanceID', '4.2.8'
14-
pod 'Firebase/Messaging', '6.14.0'
15-
pod 'Firebase/RemoteConfig', '6.14.0'
16-
pod 'Firebase/Storage', '6.14.0'
7+
pod 'Firebase/AdMob', '6.16.0'
8+
pod 'Firebase/Analytics', '6.16.0'
9+
pod 'Firebase/Auth', '6.16.0'
10+
pod 'Firebase/Database', '6.16.0'
11+
pod 'Firebase/DynamicLinks', '6.16.0'
12+
pod 'Firebase/Functions', '6.16.0'
13+
pod 'FirebaseInstanceID', '4.3.0'
14+
pod 'Firebase/Messaging', '6.16.0'
15+
pod 'Firebase/RemoteConfig', '6.16.0'
16+
pod 'Firebase/Storage', '6.16.0'
1717

1818
pod 'Crashlytics', '3.14.0'
1919
end

0 commit comments

Comments
 (0)