File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ endif()
2121# If the format of the line below changes, then be sure to update
2222# https://github.com/firebase/firebase-cpp-sdk/blob/fd054fa016/.github/workflows/update-dependencies.yml#L81
2323#set(version CocoaPods-11.8.1)
24- set (version CocoaPods-12.2 .0)
24+ set (version CocoaPods-12.4 .0)
2525
2626function (GetReleasedDep)
2727 message ("Getting released firebase-ios-sdk @ ${version} " )
Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ ExternalProject_Add(
2222 zlib
2323
2424 DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
25- DOWNLOAD_NAME zlib-v1.2.11.tar.gz
26- URL https://github.com/madler/zlib/archive/v1.2.11.tar.gz
27- URL_HASH SHA256=629380c90a77b964d896ed37163f5c3a34f6e6d897311f1df2a7016355c45eff
25+ DOWNLOAD_NAME zlib-v1.3.1.tar.gz
26+ URL https://github.com/madler/zlib/archive/v1.3.1.tar.gz
2827
2928 PREFIX ${PROJECT_BINARY_DIR}
3029
You can’t perform that action at this time.
0 commit comments