Skip to content

Commit 9436947

Browse files
smilesa-maurice
authored andcommitted
Automated g4 rollback of changelist 266264551.
*** Reason for rollback *** This breaks Performance Monitoring and Remote Config iOS builds due to their dependency upon A/B testing. The A/B testing framework no longer has a binary framework which means that the snapshot no longer works since it doesn't pull in a snapshot of the source :/ So _someone_ is going to have to unravel this so we can update pods for the next release. Also it won't be able to build Firebase Installations from a snapshot of the iOS release (i.e will require the blaze flag "--define firebase_build=head") until this is resolved. *** Original change description *** Update pods to 6.7.0 *** PiperOrigin-RevId: 266272837
1 parent f6c6e44 commit 9436947

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.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.
2424
)
2525

2626
help() {

0 commit comments

Comments
 (0)