Skip to content

Commit a9248c8

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-bot
and
firebase-workflow-trigger-bot
authored
Update mobile dependencies - Tue Feb 14 2023 (#1208)
* Update mobile dependencies - Tue Feb 14 2023 ### Android - com.google.android.gms.play_services_ads → 21.5.0 - com.google.firebase.firebase_bom → 31.2.1 ### iOS - Firebase/Analytics → 10.5.0 - Firebase/AppCheck → 10.5.0 - Firebase/Auth → 10.5.0 - Firebase/Core → 10.5.0 - Firebase/Crashlytics → 10.5.0 - Firebase/Database → 10.5.0 - Firebase/DynamicLinks → 10.5.0 - Firebase/Firestore → 10.5.0 - Firebase/Functions → 10.5.0 - Firebase/Installations → 10.5.0 - Firebase/Messaging → 10.5.0 - Firebase/RemoteConfig → 10.5.0 - Firebase/Storage → 10.5.0 - Google-Mobile-Ads-SDK → 10.0.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/4169044602). * Update mobile dependencies - Tue Feb 14 2023 ### Android - com.google.android.gms.play_services_ads → 21.5.0 - com.google.firebase.firebase_bom → 31.2.1 ### iOS - Firebase/Analytics → 10.5.0 - Firebase/AppCheck → 10.5.0 - Firebase/Auth → 10.5.0 - Firebase/Core → 10.5.0 - Firebase/Crashlytics → 10.5.0 - Firebase/Database → 10.5.0 - Firebase/DynamicLinks → 10.5.0 - Firebase/Firestore → 10.5.0 - Firebase/Functions → 10.5.0 - Firebase/Installations → 10.5.0 - Firebase/Messaging → 10.5.0 - Firebase/RemoteConfig → 10.5.0 - Firebase/Storage → 10.5.0 - Google-Mobile-Ads-SDK → 10.0.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/4169044602). --------- Co-authored-by: firebase-workflow-trigger-bot <[email protected]>
1 parent b1a5444 commit a9248c8

File tree

45 files changed

+133
-124
lines changed

Some content is hidden

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

45 files changed

+133
-124
lines changed

Android/firebase_dependencies.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def firebaseDependenciesMap = [
2929
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links'],
3030
'firestore' : ['com.google.firebase:firebase-firestore'],
3131
'functions' : ['com.google.firebase:firebase-functions'],
32-
'gma' : ['com.google.android.gms:play-services-ads:21.4.0'],
32+
'gma' : ['com.google.android.gms:play-services-ads:21.5.0'],
3333
'installations' : ['com.google.firebase:firebase-installations'],
3434
'invites' : ['com.google.firebase:firebase-invites'],
3535
// Messaging has an additional local dependency to include.
@@ -162,7 +162,7 @@ project.afterEvaluate {
162162

163163
// Add the bill-of-materials
164164
project.dependencies {
165-
implementation platform('com.google.firebase:firebase-bom:31.2.0')
165+
implementation platform('com.google.firebase:firebase-bom:31.2.1')
166166
}
167167
for (String lib : firebaseCpp.dependencies.libSet) {
168168
// Generate and include the proguard file

admob/admob_resources/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
}
4646

4747
dependencies {
48-
implementation platform('com.google.firebase:firebase-bom:31.2.0')
48+
implementation platform('com.google.firebase:firebase-bom:31.2.1')
4949
implementation 'com.google.firebase:firebase-analytics'
5050
implementation 'com.google.firebase:firebase-ads:19.8.0'
5151
}

admob/integration_test/Podfile

+1-1
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.4.0'
7+
pod 'Firebase/Analytics', '10.5.0'
88
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk3'
99
end
1010

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

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Analytics', '10.4.0'
13+
pod 'Firebase/Analytics', '10.5.0'
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 2023 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 10.4.0.
3+
// Copied from Firebase Analytics iOS SDK 10.5.0.
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 2023 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 10.4.0.
3+
// Copied from Firebase Analytics iOS SDK 10.5.0.
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 2023 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 10.4.0.
3+
// Copied from Firebase Analytics iOS SDK 10.5.0.
44

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

app/app_resources/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
}
5151

5252
dependencies {
53-
implementation platform('com.google.firebase:firebase-bom:31.2.0')
53+
implementation platform('com.google.firebase:firebase-bom:31.2.1')
5454
implementation 'com.google.firebase:firebase-analytics'
5555
}
5656

app/google_api_resources/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
}
5454

5555
dependencies {
56-
implementation platform('com.google.firebase:firebase-bom:31.2.0')
56+
implementation platform('com.google.firebase:firebase-bom:31.2.1')
5757
implementation 'com.google.firebase:firebase-analytics'
5858
implementation 'com.google.android.gms:play-services-base:18.1.0'
5959
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, '11.0'
44
use_frameworks! :linkage => :static
55

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

1010
post_install do |installer|

app/invites_resources/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
}
5050

5151
dependencies {
52-
implementation platform('com.google.firebase:firebase-bom:31.2.0')
52+
implementation platform('com.google.firebase:firebase-bom:31.2.1')
5353
implementation 'com.google.firebase:firebase-analytics'
5454
implementation 'com.google.firebase:firebase-dynamic-links'
5555
implementation project(':app:app_resources')

app_check/integration_test/Podfile

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

55
target 'integration_test' do
66
platform :ios, '11.0'
7-
pod 'Firebase/AppCheck', '10.4.0'
8-
pod 'Firebase/Database', '10.4.0'
9-
pod 'Firebase/Auth', '10.4.0'
7+
pod 'Firebase/AppCheck', '10.5.0'
8+
pod 'Firebase/Database', '10.5.0'
9+
pod 'Firebase/Auth', '10.5.0'
1010
end
1111

1212
target 'integration_test_tvos' do
1313
platform :tvos, '12.0'
14-
pod 'Firebase/AppCheck', '10.4.0'
15-
pod 'Firebase/Database', '10.4.0'
16-
pod 'Firebase/Auth', '10.4.0'
14+
pod 'Firebase/AppCheck', '10.5.0'
15+
pod 'Firebase/Database', '10.5.0'
16+
pod 'Firebase/Auth', '10.5.0'
1717
end
1818

1919
post_install do |installer|

auth/auth_resources/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
}
5050

5151
dependencies {
52-
implementation platform('com.google.firebase:firebase-bom:31.2.0')
52+
implementation platform('com.google.firebase:firebase-bom:31.2.1')
5353
implementation 'com.google.firebase:firebase-analytics'
5454
implementation 'com.google.firebase:firebase-auth'
5555
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, '11.0'
7-
pod 'Firebase/Auth', '10.4.0'
7+
pod 'Firebase/Auth', '10.5.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '12.0'
12-
pod 'Firebase/Auth', '10.4.0'
12+
pod 'Firebase/Auth', '10.5.0'
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-10.4.0)
23+
set(version CocoaPods-10.5.0)
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": "10.4.0",
3-
"stable": "10.4.0",
4-
"head": "10.4.0"
2+
"released": "10.5.0",
3+
"stable": "10.5.0",
4+
"head": "10.5.0"
55
}

database/database_resources/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
}
4646

4747
dependencies {
48-
implementation platform('com.google.firebase:firebase-bom:31.2.0')
48+
implementation platform('com.google.firebase:firebase-bom:31.2.1')
4949
implementation 'com.google.firebase:firebase-analytics'
5050
implementation 'com.google.firebase:firebase-database'
5151
//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, '11.0'
7-
pod 'Firebase/Database', '10.4.0'
8-
pod 'Firebase/Auth', '10.4.0'
7+
pod 'Firebase/Database', '10.5.0'
8+
pod 'Firebase/Auth', '10.5.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Database', '10.4.0'
14-
pod 'Firebase/Auth', '10.4.0'
13+
pod 'Firebase/Database', '10.5.0'
14+
pod 'Firebase/Auth', '10.5.0'
1515
end
1616

1717
post_install do |installer|

dynamic_links/integration_test/Podfile

+1-1
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/DynamicLinks', '10.4.0'
7+
pod 'Firebase/DynamicLinks', '10.5.0'
88
end
99

1010
post_install do |installer|

firestore/firestore_resources/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
}
5454

5555
dependencies {
56-
implementation platform('com.google.firebase:firebase-bom:31.2.0')
56+
implementation platform('com.google.firebase:firebase-bom:31.2.1')
5757
implementation 'com.google.firebase:firebase-analytics'
5858
implementation 'com.google.firebase:firebase-firestore'
5959
}

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, '11.0'
7-
pod 'Firebase/Firestore', '10.4.0'
8-
pod 'Firebase/Auth', '10.4.0'
7+
pod 'Firebase/Firestore', '10.5.0'
8+
pod 'Firebase/Auth', '10.5.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Firestore', '10.4.0'
14-
pod 'Firebase/Auth', '10.4.0'
13+
pod 'Firebase/Firestore', '10.5.0'
14+
pod 'Firebase/Auth', '10.5.0'
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, '11.0'
7-
pod 'Firebase/Firestore', '10.4.0'
8-
pod 'Firebase/Auth', '10.4.0'
7+
pod 'Firebase/Firestore', '10.5.0'
8+
pod 'Firebase/Auth', '10.5.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Firestore', '10.4.0'
14-
pod 'Firebase/Auth', '10.4.0'
13+
pod 'Firebase/Firestore', '10.5.0'
14+
pod 'Firebase/Auth', '10.5.0'
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, '11.0'
7-
pod 'Firebase/Functions', '10.4.0'
8-
pod 'Firebase/Auth', '10.4.0'
7+
pod 'Firebase/Functions', '10.5.0'
8+
pod 'Firebase/Auth', '10.5.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Functions', '10.4.0'
14-
pod 'Firebase/Auth', '10.4.0'
13+
pod 'Firebase/Functions', '10.5.0'
14+
pod 'Firebase/Auth', '10.5.0'
1515
end
1616

1717
post_install do |installer|

gma/gma_resources/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ android {
4545
}
4646

4747
dependencies {
48-
implementation platform('com.google.firebase:firebase-bom:31.2.0')
48+
implementation platform('com.google.firebase:firebase-bom:31.2.1')
4949
implementation 'com.google.firebase:firebase-analytics'
50-
implementation 'com.google.android.gms:play-services-ads:21.4.0'
50+
implementation 'com.google.android.gms:play-services-ads:21.5.0'
5151
}
5252

5353
afterEvaluate {

gma/integration_test/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ platform :ios, '11.0'
44
use_frameworks! :linkage => :static
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '10.4.0'
8-
pod 'Google-Mobile-Ads-SDK', '9.14.0'
7+
pod 'Firebase/Analytics', '10.5.0'
8+
pod 'Google-Mobile-Ads-SDK', '10.0.0'
99
end
1010

1111
post_install do |installer|

installations/integration_test/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ platform :ios, '11.0'
44
use_frameworks! :linkage => :static
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '10.4.0'
8-
pod 'Firebase/Installations', '10.4.0'
7+
pod 'Firebase/Analytics', '10.5.0'
8+
pod 'Firebase/Installations', '10.5.0'
99
end
1010

1111
post_install do |installer|

ios_pod/Podfile

+14-14
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ platform :ios, '11.0'
33
use_frameworks!
44

55
target 'GetPods' do
6-
pod 'Firebase/Core', '10.4.0'
6+
pod 'Firebase/Core', '10.5.0'
77

8-
pod 'Google-Mobile-Ads-SDK', '9.14.0'
9-
pod 'Firebase/Analytics', '10.4.0'
10-
pod 'Firebase/AppCheck', '10.4.0'
11-
pod 'Firebase/Auth', '10.4.0'
12-
pod 'Firebase/Crashlytics', '10.4.0'
13-
pod 'Firebase/Database', '10.4.0'
14-
pod 'Firebase/DynamicLinks', '10.4.0'
15-
pod 'Firebase/Firestore', '10.4.0'
16-
pod 'Firebase/Functions', '10.4.0'
17-
pod 'Firebase/Installations', '10.4.0'
18-
pod 'Firebase/Messaging', '10.4.0'
19-
pod 'Firebase/RemoteConfig', '10.4.0'
20-
pod 'Firebase/Storage', '10.4.0'
8+
pod 'Google-Mobile-Ads-SDK', '10.0.0'
9+
pod 'Firebase/Analytics', '10.5.0'
10+
pod 'Firebase/AppCheck', '10.5.0'
11+
pod 'Firebase/Auth', '10.5.0'
12+
pod 'Firebase/Crashlytics', '10.5.0'
13+
pod 'Firebase/Database', '10.5.0'
14+
pod 'Firebase/DynamicLinks', '10.5.0'
15+
pod 'Firebase/Firestore', '10.5.0'
16+
pod 'Firebase/Functions', '10.5.0'
17+
pod 'Firebase/Installations', '10.5.0'
18+
pod 'Firebase/Messaging', '10.5.0'
19+
pod 'Firebase/RemoteConfig', '10.5.0'
20+
pod 'Firebase/Storage', '10.5.0'
2121

2222
end

ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.4.0.
2+
// Copied from Firebase iOS SDK 10.5.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseCoreInternal-Swift.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.4.0.
2+
// Copied from Firebase iOS SDK 10.5.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
55
#ifndef FIREBASECOREINTERNAL_SWIFT_H

ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.4.0.
2+
// Copied from Firebase iOS SDK 10.5.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.4.0.
2+
// Copied from Firebase iOS SDK 10.5.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseFunctions-Swift.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.4.0.
2+
// Copied from Firebase iOS SDK 10.5.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
55
#ifndef FIREBASEFUNCTIONS_SWIFT_H

ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.4.0.
2+
// Copied from Firebase iOS SDK 10.5.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023 Google LLC
2-
// Copied from Firebase iOS SDK 10.4.0.
2+
// Copied from Firebase iOS SDK 10.5.0.
33

44
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62
55
// clang-1316.0.20.8)

0 commit comments

Comments
 (0)