Skip to content

Commit 0304cfa

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-botjonsimantov
authored
Update mobile dependencies - Tue Jan 16 2024 (#1519)
### Android - com.google.android.gms.play_services_base → 18.3.0 ### iOS - Firebase/Analytics → 10.20.0 - Firebase/AppCheck → 10.20.0 - Firebase/Auth → 10.20.0 - Firebase/Core → 10.20.0 - Firebase/CoreOnly → 10.20.0 - Firebase/Crashlytics → 10.20.0 - Firebase/Database → 10.20.0 - Firebase/DynamicLinks → 10.20.0 - Firebase/Firestore → 10.20.0 - Firebase/Functions → 10.20.0 - Firebase/Installations → 10.20.0 - Firebase/Messaging → 10.20.0 - Firebase/RemoteConfig → 10.20.0 - Firebase/Storage → 10.20.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/7548506187). Co-authored-by: firebase-workflow-trigger-bot <[email protected]> Co-authored-by: Jon Simantov <[email protected]>
1 parent a2f4641 commit 0304cfa

File tree

36 files changed

+154
-153
lines changed

36 files changed

+154
-153
lines changed

Android/firebase_dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def firebaseDependenciesMap = [
2020
'app_check' : ['com.google.firebase:firebase-appcheck',
2121
'com.google.firebase:firebase-appcheck-debug',
2222
'com.google.firebase:firebase-appcheck-playintegrity'],
23-
'play_services' : ['com.google.android.gms:play-services-base:18.2.0'],
23+
'play_services' : ['com.google.android.gms:play-services-base:18.3.0'],
2424
'analytics' : ['com.google.firebase:firebase-analytics'],
2525
'auth' : ['com.google.firebase:firebase-auth'],
2626
'database' : ['com.google.firebase:firebase-database'],

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, '11.0'
8-
pod 'Firebase/Analytics', '10.19.0'
8+
pod 'Firebase/Analytics', '10.20.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Analytics', '10.19.0'
13+
pod 'Firebase/Analytics', '10.20.0'
1414
end
1515

1616
post_install do |installer|

analytics/ios_headers/FIREventNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2023 Google LLC
1+
// Copyright 2024 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 10.19.0.
3+
// Copied from Firebase Analytics iOS SDK 10.20.0.
44

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

analytics/ios_headers/FIRParameterNames.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2023 Google LLC
1+
// Copyright 2024 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 10.19.0.
3+
// Copied from Firebase Analytics iOS SDK 10.20.0.
44

55
/// @file FIRParameterNames.h
66
///
@@ -11,8 +11,9 @@
1111
/// not limited to these. You may supply extra Params for suggested Events or custom Params for
1212
/// Custom events. Param names can be up to 40 characters long, may only contain alphanumeric
1313
/// characters and underscores ("_"), and must start with an alphabetic character. Param values can
14-
/// be up to 100 characters long. The "firebase_", "google_", and "ga_" prefixes are reserved and
15-
/// should not be used.
14+
/// be up to 100 characters long for standard Google Analytics properties and up to 500 characters
15+
/// long for Google Analytics 360 properties. The "firebase_", "google_", and "ga_" prefixes are
16+
/// reserved and should not be used.
1617

1718
#import <Foundation/Foundation.h>
1819

analytics/ios_headers/FIRUserPropertyNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2023 Google LLC
1+
// Copyright 2024 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 10.19.0.
3+
// Copied from Firebase Analytics iOS SDK 10.20.0.
44

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

app/google_api_resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ android {
5555
dependencies {
5656
implementation platform('com.google.firebase:firebase-bom:32.7.0')
5757
implementation 'com.google.firebase:firebase-analytics'
58-
implementation 'com.google.android.gms:play-services-base:18.2.0'
58+
implementation 'com.google.android.gms:play-services-base:18.3.0'
5959
implementation project(':app:app_resources')
6060
}
6161

app/integration_test/Podfile

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

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

1010
post_install do |installer|

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

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

2323
post_install do |installer|

auth/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
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, '11.0'
7-
pod 'Firebase/Auth', '10.19.0'
7+
pod 'Firebase/Auth', '10.20.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '12.0'
12-
pod 'Firebase/Auth', '10.19.0'
12+
pod 'Firebase/Auth', '10.20.0'
1313
end
1414

1515
post_install do |installer|

cmake/external/firestore.cmake

Lines changed: 1 addition & 1 deletion
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-10.19.0)
23+
set(version CocoaPods-10.20.0)
2424

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

0 commit comments

Comments
 (0)