Skip to content

Commit 37751e7

Browse files
committed
Update the Build and Podfiles
PiperOrigin-RevId: 332327282
1 parent 9c7b7c5 commit 37751e7

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

ios_pod/Podfile

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

44
target 'GetPods' do
5-
pod 'Firebase/Core', '6.24.0'
5+
pod 'Firebase/Core', '6.32.2'
66

7-
pod 'Firebase/AdMob', '6.24.0'
8-
pod 'Firebase/Analytics', '6.24.0'
9-
pod 'Firebase/Auth', '6.24.0'
10-
pod 'Firebase/Database', '6.24.0'
11-
pod 'Firebase/DynamicLinks', '6.24.0'
12-
# Firestore is pinned to Firebase/Firebase 6.26.0
13-
# Return back to Firebase/Firebase when updating the rest
14-
pod 'FirebaseFirestore', '1.15.0'
15-
pod 'Firebase/Functions', '6.24.0'
16-
pod 'FirebaseInstanceID', '4.3.4'
17-
pod 'Firebase/Messaging', '6.24.0'
18-
pod 'Firebase/RemoteConfig', '6.24.0'
19-
pod 'Firebase/Storage', '6.24.0'
7+
pod 'Firebase/AdMob', '6.32.2'
8+
pod 'Firebase/Analytics', '6.32.2'
9+
pod 'Firebase/Auth', '6.32.2'
10+
pod 'Firebase/Database', '6.32.2'
11+
pod 'Firebase/DynamicLinks', '6.32.2'
12+
pod 'Firebase/Firestore', '6.32.2'
13+
pod 'Firebase/Functions', '6.32.2'
14+
pod 'FirebaseInstanceID', '4.6.0'
15+
pod 'Firebase/Messaging', '6.32.2'
16+
pod 'Firebase/RemoteConfig', '6.32.2'
17+
pod 'Firebase/Storage', '6.32.2'
2018

2119
pod 'Crashlytics', '3.14.0'
2220
end

version.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
# Used to generate Pod dependencies in the Firebase Unity plugin.
2020
declare -A POD_SDK_VERSIONS=(
21-
["released"]="6.24.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
22-
["stable"]="6.24.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
23-
["head"]="6.24.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
21+
["released"]="6.32.2" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
22+
["stable"]="6.32.2" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
23+
["head"]="6.32.2" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
2424
)
2525

2626
help() {

0 commit comments

Comments
 (0)