Skip to content

Commit ee3dabb

Browse files
chkuang-ga-maurice
authored andcommitted
Update pods to 6.7.0 again since iOS team has fixed the issue.
This is relevant to cl/266272837 but include new changes since then. iOS team fixed the issue in cl/266400014 PiperOrigin-RevId: 267239139
1 parent 953f72e commit ee3dabb

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

2626
help() {

0 commit comments

Comments
 (0)