Skip to content

Commit 7c24671

Browse files
cynthiajianga-maurice
authored andcommitted
[M56]Update iOS pods to 6.8.1, crashlytics to 3.14.0
Note: This is updating to iOS M55 release, we might do another update if iOS M56 comes in before our release cut. Runs from following commands: firebase/app/client/cpp/ios/get_pods.py firebase/app/client/cpp/ios/gen_build.sh -f 6.8.1 -c 3.14.0 PiperOrigin-RevId: 269693056
1 parent 0d58f9d commit 7c24671

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.7.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
22-
["stable"]="6.7.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
23-
["head"]="6.7.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
21+
["released"]="6.8.1" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
22+
["stable"]="6.8.1" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
23+
["head"]="6.8.1" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
2424
)
2525

2626
help() {

0 commit comments

Comments
 (0)