Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 292c799

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-bota-maurice
authored
Update mobile dependencies - Tue Sep 02 2025 (#1788)
* Update mobile dependencies - Tue Sep 02 2025 ### Android - com.google.firebase.firebase_bom → 34.2.0 ### iOS - Firebase/Analytics → 12.2.0 - Firebase/AppCheck → 12.2.0 - Firebase/Auth → 12.2.0 - Firebase/Core → 12.2.0 - Firebase/CoreOnly → 12.2.0 - Firebase/Crashlytics → 12.2.0 - Firebase/Database → 12.2.0 - Firebase/Firestore → 12.2.0 - Firebase/Functions → 12.2.0 - Firebase/Installations → 12.2.0 - Firebase/Messaging → 12.2.0 - Firebase/RemoteConfig → 12.2.0 - Firebase/Storage → 12.2.0 - FirebaseFirestore → 12.2.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/17411115463). * Update release version --------- Co-authored-by: firebase-workflow-trigger-bot <firebase-workflow-trigger-bot@google.com> Co-authored-by: a-maurice <amaurice@google.com>
1 parent c2ce64d commit 292c799

File tree

46 files changed

+166
-160
lines changed

Some content is hidden

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

46 files changed

+166
-160
lines changed

‎Android/firebase_dependencies.gradle

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

150150
// Add the bill-of-materials
151151
project.dependencies {
152-
implementation platform('com.google.firebase:firebase-bom:34.0.0')
152+
implementation platform('com.google.firebase:firebase-bom:34.2.0')
153153
}
154154
for (String lib : firebaseCpp.dependencies.libSet) {
155155
// 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, '15.0'
8-
pod 'Firebase/Analytics', '12.0.0'
8+
pod 'Firebase/Analytics', '12.2.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '15.0'
13-
pod 'Firebase/Analytics', '12.0.0'
13+
pod 'Firebase/Analytics', '12.2.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 12.0.0.
3+
// Copied from Firebase Analytics iOS SDK 12.2.0.
44

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

‎analytics/ios_headers/FIRParameterNames.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 12.0.0.
3+
// Copied from Firebase Analytics iOS SDK 12.2.0.
44

55
/// @file FIRParameterNames.h
66
///

‎analytics/ios_headers/FIRUserPropertyNames.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 12.0.0.
3+
// Copied from Firebase Analytics iOS SDK 12.2.0.
44

55
/// @file FIRUserPropertyNames.h
66
///

‎app/app_resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ android {
5656
}
5757

5858
dependencies {
59-
implementation platform('com.google.firebase:firebase-bom:34.0.0')
59+
implementation platform('com.google.firebase:firebase-bom:34.2.0')
6060
implementation 'com.google.firebase:firebase-analytics'
6161
}
6262

‎app/google_api_resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ android {
5959
}
6060

6161
dependencies {
62-
implementation platform('com.google.firebase:firebase-bom:34.0.0')
62+
implementation platform('com.google.firebase:firebase-bom:34.2.0')
6363
implementation 'com.google.firebase:firebase-analytics'
6464
implementation 'com.google.android.gms:play-services-base:18.7.2'
6565
implementation project(':app:app_resources')

‎app/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '15.0'
44
use_frameworks! :linkage => :static
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '12.0.0'
7+
pod 'Firebase/Analytics', '12.2.0'
88
end
99

1010
post_install do |installer|

‎app_check/app_check_resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ android {
5555
}
5656

5757
dependencies {
58-
implementation platform('com.google.firebase:firebase-bom:34.0.0')
58+
implementation platform('com.google.firebase:firebase-bom:34.2.0')
5959
implementation 'com.google.firebase:firebase-appcheck'
6060
}
6161

‎app_check/integration_test/Podfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '15.0'
7-
pod 'Firebase/AppCheck', '12.0.0'
8-
pod 'Firebase/Database', '12.0.0'
9-
pod 'Firebase/Auth', '12.0.0'
10-
pod 'Firebase/Storage', '12.0.0'
11-
pod 'Firebase/Functions', '12.0.0'
7+
pod 'Firebase/AppCheck', '12.2.0'
8+
pod 'Firebase/Database', '12.2.0'
9+
pod 'Firebase/Auth', '12.2.0'
10+
pod 'Firebase/Storage', '12.2.0'
11+
pod 'Firebase/Functions', '12.2.0'
1212
end
1313

1414
target 'integration_test_tvos' do
1515
platform :tvos, '15.0'
16-
pod 'Firebase/AppCheck', '12.0.0'
17-
pod 'Firebase/Database', '12.0.0'
18-
pod 'Firebase/Auth', '12.0.0'
19-
pod 'Firebase/Storage', '12.0.0'
20-
pod 'Firebase/Functions', '12.0.0'
16+
pod 'Firebase/AppCheck', '12.2.0'
17+
pod 'Firebase/Database', '12.2.0'
18+
pod 'Firebase/Auth', '12.2.0'
19+
pod 'Firebase/Storage', '12.2.0'
20+
pod 'Firebase/Functions', '12.2.0'
2121
end
2222

2323
post_install do |installer|

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /