Skip to content

Commit fe06273

Browse files
Firestore cmake: update GoogleUtilities version to 7.4.0 (#7994)
1 parent 31307cd commit fe06273

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

FirebaseCore.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
4545
s.ios.framework = 'UIKit'
4646
s.osx.framework = 'AppKit'
4747
s.tvos.framework = 'UIKit'
48+
49+
# Remember to also update version in `cmake/external/GoogleUtilities.cmake`
4850
s.dependency 'GoogleUtilities/Environment', '~> 7.4'
4951
s.dependency 'GoogleUtilities/Logger', '~> 7.4'
5052
s.dependency 'FirebaseCoreDiagnostics', '~> 8.0'

cmake/external/GoogleUtilities.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
include(ExternalProject)
1616

17-
set(version 7.2.0)
17+
set(version 7.4.0)
1818

1919
ExternalProject_Add(
2020
GoogleUtilities
2121

2222
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
2323
DOWNLOAD_NAME GoogleUtilities-${version}.tar.gz
2424
URL https://github.com/google/GoogleUtilities/archive/${version}.tar.gz
25-
URL_HASH SHA256=93c92b28c49b8f7e8cccc2cefe6411fad6e68cbf9638422d3e7ca537cca881a8
25+
URL_HASH SHA256=7770d19727e091ade5e9ff898822b1c3fd654f43ccad4c39809826e918a20fde
2626

2727
PREFIX ${PROJECT_BINARY_DIR}
2828

0 commit comments

Comments
 (0)