Skip to content

Commit 3116ed0

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-bota-maurice
authoredMar 5, 2025··
Update mobile dependencies - Tue Mar 04 2025 (#1697)
* Update mobile dependencies - Tue Mar 04 2025 ### Android - com.google.firebase.firebase_bom → 33.10.0 ### iOS - Firebase/Analytics → 11.9.0 - Firebase/AppCheck → 11.9.0 - Firebase/Auth → 11.9.0 - Firebase/Core → 11.9.0 - Firebase/CoreOnly → 11.9.0 - Firebase/Crashlytics → 11.9.0 - Firebase/Database → 11.9.0 - Firebase/DynamicLinks → 11.9.0 - Firebase/Firestore → 11.9.0 - Firebase/Functions → 11.9.0 - Firebase/Installations → 11.9.0 - Firebase/Messaging → 11.9.0 - Firebase/RemoteConfig → 11.9.0 - Firebase/Storage → 11.9.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/13644033484). * Exclude failing Firestore test --------- Co-authored-by: firebase-workflow-trigger-bot <[email protected]> Co-authored-by: a-maurice <[email protected]>
1 parent af37b04 commit 3116ed0

File tree

48 files changed

+185
-169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+185
-169
lines changed
 

‎.github/workflows/desktop.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
LANG: en_US
224224
run: |
225225
cd build
226-
ctest --repeat until-pass:3 --output-on-failure
226+
ctest --repeat until-pass:3 --output-on-failure -E firestore_util_test
227227
228228
- name: Run unit tests (linux)
229229
# Linux exists as its own standalone execution step in order to invoke

‎Android/firebase_dependencies.gradle‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ project.afterEvaluate {
159159

160160
// Add the bill-of-materials
161161
project.dependencies {
162-
implementation platform('com.google.firebase:firebase-bom:33.9.0')
162+
implementation platform('com.google.firebase:firebase-bom:33.10.0')
163163
}
164164
for (String lib : firebaseCpp.dependencies.libSet) {
165165
// Generate and include the proguard file

‎analytics/integration_test/Podfile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ use_frameworks! :linkage => :static
55

66
target 'integration_test' do
77
platform :ios, '13.0'
8-
pod 'Firebase/Analytics', '11.8.1'
8+
pod 'Firebase/Analytics', '11.9.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '13.0'
13-
pod 'Firebase/Analytics', '11.8.1'
13+
pod 'Firebase/Analytics', '11.9.0'
1414
end
1515

1616
post_install do |installer|

‎analytics/ios_headers/FIREventNames.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2025 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 11.8.1.
3+
// Copied from Firebase Analytics iOS SDK 11.9.0.
44

55
/// @file FIREventNames.h
66
///

0 commit comments

Comments
 (0)
Please sign in to comment.