Skip to content

Commit 37befe1

Browse files
authored
[Release] Require GoogleUtilities/Logger 7.12 in FirebaseCore (#12059)
1 parent 983f19f commit 37befe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseCore.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
4747
s.watchos.framework = 'WatchKit'
4848

4949
# Remember to also update version in `cmake/external/GoogleUtilities.cmake`
50-
s.dependency 'GoogleUtilities/Environment', '~> 7.8'
51-
s.dependency 'GoogleUtilities/Logger', '~> 7.8'
50+
s.dependency 'GoogleUtilities/Environment', '~> 7.12'
51+
s.dependency 'GoogleUtilities/Logger', '~> 7.12'
5252
s.dependency 'FirebaseCoreInternal', '~> 10.0'
5353

5454
s.pod_target_xcconfig = {

0 commit comments

Comments
 (0)