Skip to content

Commit 6ef14b2

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-botjonsimantov
authoredOct 22, 2024··
Update mobile dependencies - Tue Oct 22 2024 (#1661)
* Update mobile dependencies - Tue Oct 22 2024 ### Android - com.google.firebase.firebase_bom → 33.5.0 ### iOS - Firebase/Analytics → 11.4.1 - Firebase/AppCheck → 11.4.1 - Firebase/Auth → 11.4.1 - Firebase/Core → 11.4.1 - Firebase/CoreOnly → 11.4.1 - Firebase/Crashlytics → 11.4.1 - Firebase/Database → 11.4.1 - Firebase/DynamicLinks → 11.4.1 - Firebase/Firestore → 11.4.1 - Firebase/Functions → 11.4.1 - Firebase/Installations → 11.4.1 - Firebase/Messaging → 11.4.1 - Firebase/RemoteConfig → 11.4.1 - Firebase/Storage → 11.4.1 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/11465636830). * Update version numbers. --------- Co-authored-by: firebase-workflow-trigger-bot <[email protected]> Co-authored-by: Jon Simantov <[email protected]>
1 parent 9906aa9 commit 6ef14b2

File tree

34 files changed

+114
-112
lines changed

34 files changed

+114
-112
lines changed
 

‎Android/firebase_dependencies.gradle

+1-1
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.3.0')
162+
implementation platform('com.google.firebase:firebase-bom:33.5.0')
163163
}
164164
for (String lib : firebaseCpp.dependencies.libSet) {
165165
// Generate and include the proguard file

‎analytics/integration_test/Podfile

+2-2
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.2.0'
8+
pod 'Firebase/Analytics', '11.4.1'
99
end
1010

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

1616
post_install do |installer|

‎analytics/ios_headers/FIREventNames.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2024 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 11.2.0.
3+
// Copied from Firebase Analytics iOS SDK 11.4.1.
44

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

‎analytics/ios_headers/FIRParameterNames.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2024 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 11.2.0.
3+
// Copied from Firebase Analytics iOS SDK 11.4.1.
44

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

‎analytics/ios_headers/FIRUserPropertyNames.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2024 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 11.2.0.
3+
// Copied from Firebase Analytics iOS SDK 11.4.1.
44

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

‎app/app_resources/build.gradle

+1-1
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:33.3.0')
59+
implementation platform('com.google.firebase:firebase-bom:33.5.0')
6060
implementation 'com.google.firebase:firebase-analytics'
6161
}
6262

‎app/google_api_resources/build.gradle

+1-1
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:33.3.0')
62+
implementation platform('com.google.firebase:firebase-bom:33.5.0')
6363
implementation 'com.google.firebase:firebase-analytics'
6464
implementation 'com.google.android.gms:play-services-base:18.5.0'
6565
implementation project(':app:app_resources')

‎app/integration_test/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '13.0'
44
use_frameworks! :linkage => :static
55

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

1010
post_install do |installer|

‎app/invites_resources/build.gradle

+1-1
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:33.3.0')
58+
implementation platform('com.google.firebase:firebase-bom:33.5.0')
5959
implementation 'com.google.firebase:firebase-analytics'
6060
implementation 'com.google.firebase:firebase-dynamic-links'
6161
implementation project(':app:app_resources')

‎app_check/app_check_resources/build.gradle

+1-1
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:33.3.0')
58+
implementation platform('com.google.firebase:firebase-bom:33.5.0')
5959
implementation 'com.google.firebase:firebase-appcheck'
6060
}
6161

‎app_check/integration_test/Podfile

+10-10
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, '13.0'
7-
pod 'Firebase/AppCheck', '11.2.0'
8-
pod 'Firebase/Database', '11.2.0'
9-
pod 'Firebase/Auth', '11.2.0'
10-
pod 'Firebase/Storage', '11.2.0'
11-
pod 'Firebase/Functions', '11.2.0'
7+
pod 'Firebase/AppCheck', '11.4.1'
8+
pod 'Firebase/Database', '11.4.1'
9+
pod 'Firebase/Auth', '11.4.1'
10+
pod 'Firebase/Storage', '11.4.1'
11+
pod 'Firebase/Functions', '11.4.1'
1212
end
1313

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

2323
post_install do |installer|

‎auth/auth_resources/build.gradle

+1-1
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:33.3.0')
58+
implementation platform('com.google.firebase:firebase-bom:33.5.0')
5959
implementation 'com.google.firebase:firebase-analytics'
6060
implementation 'com.google.firebase:firebase-auth'
6161
implementation project(':app:app_resources')

‎auth/integration_test/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '13.0'
7-
pod 'Firebase/Auth', '11.2.0'
7+
pod 'Firebase/Auth', '11.4.1'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '13.0'
12-
pod 'Firebase/Auth', '11.2.0'
12+
pod 'Firebase/Auth', '11.4.1'
1313
end
1414

1515
post_install do |installer|

‎cmake/external/firestore.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endif()
2020

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
23-
set(version CocoaPods-11.2.0)
23+
set(version CocoaPods-11.4.1)
2424

2525
function(GetReleasedDep)
2626
message("Getting released firebase-ios-sdk @ ${version}")

‎cpp_sdk_version.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"released": "12.3.0",
3-
"stable": "12.3.0",
4-
"head": "12.3.0"
2+
"released": "12.4.0",
3+
"stable": "12.4.0",
4+
"head": "12.4.0"
55
}

‎database/database_resources/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151
}
5252

5353
dependencies {
54-
implementation platform('com.google.firebase:firebase-bom:33.3.0')
54+
implementation platform('com.google.firebase:firebase-bom:33.5.0')
5555
implementation 'com.google.firebase:firebase-analytics'
5656
implementation 'com.google.firebase:firebase-database'
5757
//implementation project(':app:app_resources')

‎database/integration_test/Podfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '13.0'
7-
pod 'Firebase/Database', '11.2.0'
8-
pod 'Firebase/Auth', '11.2.0'
7+
pod 'Firebase/Database', '11.4.1'
8+
pod 'Firebase/Auth', '11.4.1'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '13.0'
13-
pod 'Firebase/Database', '11.2.0'
14-
pod 'Firebase/Auth', '11.2.0'
13+
pod 'Firebase/Database', '11.4.1'
14+
pod 'Firebase/Auth', '11.4.1'
1515
end
1616

1717
post_install do |installer|

‎dynamic_links/integration_test/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use_frameworks! :linkage => :static
55

66
target 'integration_test' do
77
platform :ios, '13.0'
8-
pod 'Firebase/DynamicLinks', '11.2.0'
8+
pod 'Firebase/DynamicLinks', '11.4.1'
99
end
1010

1111
post_install do |installer|

‎firestore/firestore_resources/build.gradle

+1-1
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:33.3.0')
62+
implementation platform('com.google.firebase:firebase-bom:33.5.0')
6363
implementation 'com.google.firebase:firebase-analytics'
6464
implementation 'com.google.firebase:firebase-firestore'
6565
}

‎firestore/integration_test/Podfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '13.0'
7-
pod 'Firebase/Firestore', '11.2.0'
8-
pod 'Firebase/Auth', '11.2.0'
7+
pod 'Firebase/Firestore', '11.4.1'
8+
pod 'Firebase/Auth', '11.4.1'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '13.0'
13-
pod 'Firebase/Firestore', '11.2.0'
14-
pod 'Firebase/Auth', '11.2.0'
13+
pod 'Firebase/Firestore', '11.4.1'
14+
pod 'Firebase/Auth', '11.4.1'
1515
end
1616

1717
post_install do |installer|

‎firestore/integration_test_internal/Podfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '13.0'
7-
pod 'Firebase/Firestore', '11.2.0'
8-
pod 'Firebase/Auth', '11.2.0'
7+
pod 'Firebase/Firestore', '11.4.1'
8+
pod 'Firebase/Auth', '11.4.1'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '13.0'
13-
pod 'Firebase/Firestore', '11.2.0'
14-
pod 'Firebase/Auth', '11.2.0'
13+
pod 'Firebase/Firestore', '11.4.1'
14+
pod 'Firebase/Auth', '11.4.1'
1515
end
1616

1717
post_install do |installer|

‎functions/integration_test/Podfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '13.0'
7-
pod 'Firebase/Functions', '11.2.0'
8-
pod 'Firebase/Auth', '11.2.0'
7+
pod 'Firebase/Functions', '11.4.1'
8+
pod 'Firebase/Auth', '11.4.1'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '13.0'
13-
pod 'Firebase/Functions', '11.2.0'
14-
pod 'Firebase/Auth', '11.2.0'
13+
pod 'Firebase/Functions', '11.4.1'
14+
pod 'Firebase/Auth', '11.4.1'
1515
end
1616

1717
post_install do |installer|

‎gma/gma_resources/build.gradle

+1-1
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:33.3.0')
59+
implementation platform('com.google.firebase:firebase-bom:33.5.0')
6060
implementation 'com.google.firebase:firebase-analytics'
6161
implementation 'com.google.android.gms:play-services-ads:23.0.0'
6262
implementation 'com.google.android.ump:user-messaging-platform:2.2.0'

‎gma/integration_test/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use_frameworks! :linkage => :static
55

66
target 'integration_test' do
77
platform :ios, '13.0'
8-
pod 'Firebase/CoreOnly', '11.2.0'
8+
pod 'Firebase/CoreOnly', '11.4.1'
99
pod 'Google-Mobile-Ads-SDK', '11.2.0'
1010
pod 'GoogleUserMessagingPlatform', '2.3.0'
1111
end

‎installations/integration_test/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ use_frameworks! :linkage => :static
55

66
target 'integration_test' do
77
platform :ios, '13.0'
8-
pod 'Firebase/Analytics', '11.2.0'
9-
pod 'Firebase/Installations', '11.2.0'
8+
pod 'Firebase/Analytics', '11.4.1'
9+
pod 'Firebase/Installations', '11.4.1'
1010
end
1111

1212
post_install do |installer|

‎ios_pod/Podfile

+13-13
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ platform :ios, '13.0'
33
use_frameworks!
44

55
target 'GetPods' do
6-
pod 'Firebase/Core', '11.2.0'
6+
pod 'Firebase/Core', '11.4.1'
77

88
pod 'Google-Mobile-Ads-SDK', '11.2.0'
99
pod 'GoogleUserMessagingPlatform', '2.3.0'
10-
pod 'Firebase/Analytics', '11.2.0'
11-
pod 'Firebase/AppCheck', '11.2.0'
12-
pod 'Firebase/Auth', '11.2.0'
13-
pod 'Firebase/Crashlytics', '11.2.0'
14-
pod 'Firebase/Database', '11.2.0'
15-
pod 'Firebase/DynamicLinks', '11.2.0'
16-
pod 'Firebase/Firestore', '11.2.0'
17-
pod 'Firebase/Functions', '11.2.0'
18-
pod 'Firebase/Installations', '11.2.0'
19-
pod 'Firebase/Messaging', '11.2.0'
20-
pod 'Firebase/RemoteConfig', '11.2.0'
21-
pod 'Firebase/Storage', '11.2.0'
10+
pod 'Firebase/Analytics', '11.4.1'
11+
pod 'Firebase/AppCheck', '11.4.1'
12+
pod 'Firebase/Auth', '11.4.1'
13+
pod 'Firebase/Crashlytics', '11.4.1'
14+
pod 'Firebase/Database', '11.4.1'
15+
pod 'Firebase/DynamicLinks', '11.4.1'
16+
pod 'Firebase/Firestore', '11.4.1'
17+
pod 'Firebase/Functions', '11.4.1'
18+
pod 'Firebase/Installations', '11.4.1'
19+
pod 'Firebase/Messaging', '11.4.1'
20+
pod 'Firebase/RemoteConfig', '11.4.1'
21+
pod 'Firebase/Storage', '11.4.1'
2222

2323
end
2424

‎messaging/integration_test/Podfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '13.0'
7-
pod 'Firebase/Messaging', '11.2.0'
8-
pod 'Firebase/Functions', '11.2.0'
7+
pod 'Firebase/Messaging', '11.4.1'
8+
pod 'Firebase/Functions', '11.4.1'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '13.0'
13-
pod 'Firebase/Messaging', '11.2.0'
14-
pod 'Firebase/Functions', '11.2.0'
13+
pod 'Firebase/Messaging', '11.4.1'
14+
pod 'Firebase/Functions', '11.4.1'
1515
end
1616

1717
post_install do |installer|

‎messaging/messaging_java/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ android {
6161
}
6262

6363
dependencies {
64-
implementation platform('com.google.firebase:firebase-bom:33.3.0')
64+
implementation platform('com.google.firebase:firebase-bom:33.5.0')
6565
implementation 'com.google.firebase:firebase-analytics'
6666
implementation 'com.google.firebase:firebase-messaging'
6767
implementation 'com.google.flatbuffers:flatbuffers-java:1.12.0'

‎release_build_files/Android/firebase_dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ project.afterEvaluate {
132132

133133
// Add the bill-of-materials
134134
project.dependencies {
135-
implementation platform('com.google.firebase:firebase-bom:33.3.0')
135+
implementation platform('com.google.firebase:firebase-bom:33.5.0')
136136
}
137137
for (String lib : firebaseCpp.dependencies.libSet) {
138138
// Messaging includes an aar, which to be depended on properly requires

‎release_build_files/readme.md

+36-34
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ distributed as part of the core Firebase
8686

8787
Feature | Required Libraries and Gradle Packages
8888
-------------------------- | --------------------------------------
89-
All Firebase SDKs | platform(com.google.firebase:firebase-bom:33.3.0)
89+
All Firebase SDKs | platform(com.google.firebase:firebase-bom:33.5.0)
9090
| | (Android Bill of Materials)
9191
Firebase Analytics | libfirebase_analytics.a
9292
| | libfirebase_app.a
@@ -230,50 +230,50 @@ Feature | Required Frameworks and Cocoapods
230230
-------------------------- | ---------------------------------------
231231
Firebase Analytics | firebase_analytics.xcframework
232232
| | firebase.xcframework
233-
| | Firebase/Analytics Cocoapod (11.2.0)
233+
| | Firebase/Analytics Cocoapod (11.4.1)
234234
Firebase App Check | firebase_app_check.xcframework
235235
| | firebase.xcframework
236-
| | Firebase/AppCheck Cocoapod (11.2.0)
236+
| | Firebase/AppCheck Cocoapod (11.4.1)
237237
Firebase Authentication | firebase_auth.xcframework
238238
| | firebase.xcframework
239-
| | Firebase/Auth Cocoapod (11.2.0)
239+
| | Firebase/Auth Cocoapod (11.4.1)
240240
Firebase Dynamic Links | firebase_dynamic_links.xcframework
241241
| | firebase.xcframework
242-
| | Firebase/DynamicLinks Cocoapod (11.2.0)
242+
| | Firebase/DynamicLinks Cocoapod (11.4.1)
243243
Cloud Firestore | firebase_firestore.xcframework
244244
| | firebase_auth.xcframework
245245
| | firebase.xcframework
246-
| | Firebase/Firestore Cocoapod (11.2.0)
247-
| | Firebase/Auth Cocoapod (11.2.0)
246+
| | Firebase/Firestore Cocoapod (11.4.1)
247+
| | Firebase/Auth Cocoapod (11.4.1)
248248
Firebase Functions | firebase_functions.xcframework
249249
| | firebase_auth.xcframework (optional)
250250
| | firebase.xcframework
251-
| | Firebase/Functions Cocoapod (11.2.0)
252-
| | Firebase/Auth Cocoapod (11.2.0)
251+
| | Firebase/Functions Cocoapod (11.4.1)
252+
| | Firebase/Auth Cocoapod (11.4.1)
253253
Google Mobile Ads | firebase_gma.xcframework
254254
| | firebase.xcframework
255-
| | Firebase/CoreOnly Cocoapod (11.2.0)
255+
| | Firebase/CoreOnly Cocoapod (11.4.1)
256256
| | Google-Mobile-Ads-SDK Cocoapod (11.2.0)
257257
| | GoogleUserMessagingPlatform Cocoapod (2.3.0)
258258
Firebase Installations | firebase_installations.xcframework
259259
| | firebase.xcframework
260-
| | FirebaseInstallations Cocoapod (11.2.0)
260+
| | FirebaseInstallations Cocoapod (11.4.0)
261261
Firebase Cloud Messaging | firebase_messaging.xcframework
262262
| | firebase.xcframework
263-
| | Firebase/Messaging Cocoapod (11.2.0)
263+
| | Firebase/Messaging Cocoapod (11.4.1)
264264
Firebase Realtime Database | firebase_database.xcframework
265265
| | firebase_auth.xcframework
266266
| | firebase.xcframework
267-
| | Firebase/Database Cocoapod (11.2.0)
268-
| | Firebase/Auth Cocoapod (11.2.0)
267+
| | Firebase/Database Cocoapod (11.4.1)
268+
| | Firebase/Auth Cocoapod (11.4.1)
269269
Firebase Remote Config | firebase_remote_config.xcframework
270270
| | firebase.xcframework
271-
| | Firebase/RemoteConfig Cocoapod (11.2.0)
271+
| | Firebase/RemoteConfig Cocoapod (11.4.1)
272272
Firebase Storage | firebase_storage.xcframework
273273
| | firebase_auth.xcframework
274274
| | firebase.xcframework
275-
| | Firebase/Storage Cocoapod (11.2.0)
276-
| | Firebase/Auth Cocoapod (11.2.0)
275+
| | Firebase/Storage Cocoapod (11.4.1)
276+
| | Firebase/Auth Cocoapod (11.4.1)
277277

278278
Important: Each version of the Firebase C++ SDK supports a specific version of
279279
the Firebase iOS SDK. Please ensure that you reference the Cocoapod versions
@@ -293,50 +293,50 @@ Feature | Required Libraries and Cocoapods
293293
-------------------------- | -----------------------------------------
294294
Firebase Analytics | libfirebase_analytics.a
295295
| | libfirebase_app.a
296-
| | Firebase/Analytics Cocoapod (11.2.0)
296+
| | Firebase/Analytics Cocoapod (11.4.1)
297297
Firebase App Check | firebase_app_check.xcframework
298298
| | firebase.xcframework
299-
| | Firebase/AppCheck Cocoapod (11.2.0)
299+
| | Firebase/AppCheck Cocoapod (11.4.1)
300300
Firebase Authentication | libfirebase_auth.a
301301
| | libfirebase_app.a
302-
| | Firebase/Auth Cocoapod (11.2.0)
302+
| | Firebase/Auth Cocoapod (11.4.1)
303303
Firebase Dynamic Links | libfirebase_dynamic_links.a
304304
| | libfirebase_app.a
305-
| | Firebase/DynamicLinks Cocoapod (11.2.0)
305+
| | Firebase/DynamicLinks Cocoapod (11.4.1)
306306
Cloud Firestore | libfirebase_firestore.a
307307
| | libfirebase_app.a
308308
| | libfirebase_auth.a
309-
| | Firebase/Firestore Cocoapod (11.2.0)
310-
| | Firebase/Auth Cocoapod (11.2.0)
309+
| | Firebase/Firestore Cocoapod (11.4.1)
310+
| | Firebase/Auth Cocoapod (11.4.1)
311311
Firebase Functions | libfirebase_functions.a
312312
| | libfirebase_app.a
313313
| | libfirebase_auth.a (optional)
314-
| | Firebase/Functions Cocoapod (11.2.0)
315-
| | Firebase/Auth Cocoapod (11.2.0)
314+
| | Firebase/Functions Cocoapod (11.4.1)
315+
| | Firebase/Auth Cocoapod (11.4.1)
316316
Google Mobile Ads | libfirebase_gma.a
317317
| | libfirebase_app.a
318-
| | Firebase/CoreOnly Cocoapod (11.2.0)
318+
| | Firebase/CoreOnly Cocoapod (11.4.1)
319319
| | Google-Mobile-Ads-SDK Cocoapod (11.2.0)
320320
| | GoogleUserMessagingPlatform Cocoapod (2.3.0)
321321
Firebase Installations | libfirebase_installations.a
322322
| | libfirebase_app.a
323-
| | FirebaseInstallations Cocoapod (11.2.0)
323+
| | FirebaseInstallations Cocoapod (11.4.0)
324324
Firebase Cloud Messaging | libfirebase_messaging.a
325325
| | libfirebase_app.a
326-
| | Firebase/CloudMessaging Cocoapod (11.2.0)
326+
| | Firebase/CloudMessaging Cocoapod (11.4.1)
327327
Firebase Realtime Database | libfirebase_database.a
328328
| | libfirebase_app.a
329329
| | libfirebase_auth.a
330-
| | Firebase/Database Cocoapod (11.2.0)
331-
| | Firebase/Auth Cocoapod (11.2.0)
330+
| | Firebase/Database Cocoapod (11.4.1)
331+
| | Firebase/Auth Cocoapod (11.4.1)
332332
Firebase Remote Config | libfirebase_remote_config.a
333333
| | libfirebase_app.a
334-
| | Firebase/RemoteConfig Cocoapod (11.2.0)
334+
| | Firebase/RemoteConfig Cocoapod (11.4.1)
335335
Firebase Storage | libfirebase_storage.a
336336
| | libfirebase_app.a
337337
| | libfirebase_auth.a
338-
| | Firebase/Storage Cocoapod (11.2.0)
339-
| | Firebase/Auth Cocoapod (11.2.0)
338+
| | Firebase/Storage Cocoapod (11.4.1)
339+
| | Firebase/Auth Cocoapod (11.4.1)
340340

341341
Important: Each version of the Firebase C++ SDK supports a specific version of
342342
the Firebase iOS SDK. Please ensure that you reference the Cocoapod versions
@@ -631,8 +631,10 @@ workflow use only during the development of your app, not for publicly shipping
631631
code.
632632

633633
## Release Notes
634-
### Upcoming Release
634+
### 12.4.0
635635
- Changes
636+
- General (iOS): Update to Firebase Cocoapods version 11.4.1.
637+
- General (Android): Update to Firebase Android BoM version 33.5.0.
636638
- General (Android): Reduced minSdkVersion back to 23.
637639
- Analytics: Add support for Parameters of Lists of Dictionaries, needed
638640
by some events such as ViewCart.

‎remote_config/integration_test/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '13.0'
7-
pod 'Firebase/RemoteConfig', '11.2.0'
7+
pod 'Firebase/RemoteConfig', '11.4.1'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '13.0'
12-
pod 'Firebase/RemoteConfig', '11.2.0'
12+
pod 'Firebase/RemoteConfig', '11.4.1'
1313
end
1414

1515
post_install do |installer|

‎remote_config/remote_config_resources/build.gradle

+1-1
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:33.3.0')
58+
implementation platform('com.google.firebase:firebase-bom:33.5.0')
5959
implementation 'com.google.firebase:firebase-config'
6060
}
6161

‎storage/integration_test/Podfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '13.0'
7-
pod 'Firebase/Storage', '11.2.0'
8-
pod 'Firebase/Auth', '11.2.0'
7+
pod 'Firebase/Storage', '11.4.1'
8+
pod 'Firebase/Auth', '11.4.1'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '13.0'
13-
pod 'Firebase/Storage', '11.2.0'
14-
pod 'Firebase/Auth', '11.2.0'
13+
pod 'Firebase/Storage', '11.4.1'
14+
pod 'Firebase/Auth', '11.4.1'
1515
end
1616

1717
post_install do |installer|

‎storage/storage_resources/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ android {
5454
}
5555

5656
dependencies {
57-
implementation platform('com.google.firebase:firebase-bom:33.3.0')
57+
implementation platform('com.google.firebase:firebase-bom:33.5.0')
5858
implementation 'com.google.firebase:firebase-analytics'
5959
implementation 'com.google.firebase:firebase-storage'
6060
}

0 commit comments

Comments
 (0)
Please sign in to comment.