Skip to content

Commit 69fcb13

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-botjonsimantov
authored
Update mobile dependencies - Fri Jan 20 2023 (#1185)
* Update mobile dependencies - Fri Jan 20 2023 ### Android - com.google.android.gms.play_services_ads → 21.4.0 - com.google.firebase.firebase_bom → 31.2.0 ### iOS - Firebase/Analytics → 10.4.0 - Firebase/AppCheck → 10.4.0 - Firebase/Auth → 10.4.0 - Firebase/Core → 10.4.0 - Firebase/Crashlytics → 10.4.0 - Firebase/Database → 10.4.0 - Firebase/DynamicLinks → 10.4.0 - Firebase/Firestore → 10.4.0 - Firebase/Functions → 10.4.0 - Firebase/Installations → 10.4.0 - Firebase/Messaging → 10.4.0 - Firebase/RemoteConfig → 10.4.0 - Firebase/Storage → 10.4.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/3970633735). * Enable multidex for GMA integration test. Co-authored-by: firebase-workflow-trigger-bot <[email protected]> Co-authored-by: Jon Simantov <[email protected]>
1 parent ef2a71f commit 69fcb13

File tree

45 files changed

+133
-132
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
-132
lines changed

Android/firebase_dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def firebaseDependenciesMap = [
2626
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links'],
2727
'firestore' : ['com.google.firebase:firebase-firestore'],
2828
'functions' : ['com.google.firebase:firebase-functions'],
29-
'gma' : ['com.google.android.gms:play-services-ads:21.3.0'],
29+
'gma' : ['com.google.android.gms:play-services-ads:21.4.0'],
3030
'installations' : ['com.google.firebase:firebase-installations'],
3131
'invites' : ['com.google.firebase:firebase-invites'],
3232
// Messaging has an additional local dependency to include.
@@ -159,7 +159,7 @@ project.afterEvaluate {
159159

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

admob/admob_resources/build.gradle

Lines changed: 1 addition & 1 deletion
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.1.1')
48+
implementation platform('com.google.firebase:firebase-bom:31.2.0')
4949
implementation 'com.google.firebase:firebase-analytics'
5050
implementation 'com.google.firebase:firebase-ads:19.8.0'
5151
}

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

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

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Analytics', '10.3.0'
13+
pod 'Firebase/Analytics', '10.4.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 2022 Google LLC
1+
// Copyright 2023 Google LLC
22

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

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

analytics/ios_headers/FIRParameterNames.h

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

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

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

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 2022 Google LLC
1+
// Copyright 2023 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 10.3.0.
3+
// Copied from Firebase Analytics iOS SDK 10.4.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
@@ -50,7 +50,7 @@ android {
5050
}
5151

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

app/google_api_resources/build.gradle

Lines changed: 1 addition & 1 deletion
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.1.1')
56+
implementation platform('com.google.firebase:firebase-bom:31.2.0')
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

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.3.0'
7+
pod 'Firebase/Analytics', '10.4.0'
88
end
99

1010
post_install do |installer|

0 commit comments

Comments
 (0)