Skip to content

Commit b7ac024

Browse files
smilesa-maurice
authored andcommitted
Updated C++ and Unity builds to use latest release Cocoapods.
Firebase: 6.13.0 Crashlytics: 3.14.0 Instance ID: 4.2.7 Held GoogleDataTransport, GoogleDataTransportCCTSupport and FirebaseCoreDiagnostics at previous versions by manually editing the ios/BUILD file. These pods are currently missing binary frameworks (iOS team did not update) and are therefore not possible to build against. PiperOrigin-RevId: 285873743
1 parent 46dbe2e commit b7ac024

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

2626
help() {

0 commit comments

Comments
 (0)