Skip to content

Commit 78eef72

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-bota-maurice
authored
Update mobile dependencies - Thu Sep 01 2022 (#1069)
* Update mobile dependencies - Thu Sep 01 2022 ### Android - com.google.firebase.firebase_bom → 30.4.0 ### iOS - Firebase/Analytics → 9.5.0 - Firebase/Auth → 9.5.0 - Firebase/Core → 9.5.0 - Firebase/Crashlytics → 9.5.0 - Firebase/Database → 9.5.0 - Firebase/DynamicLinks → 9.5.0 - Firebase/Firestore → 9.5.0 - Firebase/Functions → 9.5.0 - Firebase/Installations → 9.5.0 - Firebase/Messaging → 9.5.0 - Firebase/RemoteConfig → 9.5.0 - Firebase/Storage → 9.5.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/2974164139). * Pin the iOS SDK to the previous version * Pin the Firestore pods to the previous version * Update the version number Co-authored-by: firebase-workflow-trigger-bot <[email protected]> Co-authored-by: a-maurice <[email protected]>
1 parent 6872ba4 commit 78eef72

File tree

43 files changed

+113
-108
lines changed

Some content is hidden

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

43 files changed

+113
-108
lines changed

Android/firebase_dependencies.gradle

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

157157
// Add the bill-of-materials
158158
project.dependencies {
159-
implementation platform('com.google.firebase:firebase-bom:30.3.2')
159+
implementation platform('com.google.firebase:firebase-bom:30.4.0')
160160
}
161161
for (String lib : firebaseCpp.dependencies.libSet) {
162162
// 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:30.3.2')
48+
implementation platform('com.google.firebase:firebase-bom:30.4.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, '10.0'
44
use_frameworks! :linkage => :static
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '9.4.0'
7+
pod 'Firebase/Analytics', '9.5.0'
88
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk2'
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, '10.0'
8-
pod 'Firebase/Analytics', '9.4.0'
8+
pod 'Firebase/Analytics', '9.5.0'
99
end
1010

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

3-
// Copied from Firebase Analytics iOS SDK 9.4.0.
3+
// Copied from Firebase Analytics iOS SDK 9.5.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 2022 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 9.4.0.
3+
// Copied from Firebase Analytics iOS SDK 9.5.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 2022 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 9.4.0.
3+
// Copied from Firebase Analytics iOS SDK 9.5.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:30.3.2')
53+
implementation platform('com.google.firebase:firebase-bom:30.4.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:30.3.2')
56+
implementation platform('com.google.firebase:firebase-bom:30.4.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, '10.0'
44
use_frameworks! :linkage => :static
55

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

1010
post_install do |installer|

app/invites_resources/build.gradle

Lines changed: 1 addition & 1 deletion
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:30.3.2')
52+
implementation platform('com.google.firebase:firebase-bom:30.4.0')
5353
implementation 'com.google.firebase:firebase-analytics'
5454
implementation 'com.google.firebase:firebase-dynamic-links'
5555
implementation project(':app:app_resources')

auth/auth_resources/build.gradle

Lines changed: 1 addition & 1 deletion
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:30.3.2')
52+
implementation platform('com.google.firebase:firebase-bom:30.4.0')
5353
implementation 'com.google.firebase:firebase-analytics'
5454
implementation 'com.google.firebase:firebase-auth'
5555
implementation project(':app:app_resources')

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, '10.0'
7-
pod 'Firebase/Auth', '9.4.0'
7+
pod 'Firebase/Auth', '9.5.0'
88
end
99

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

1515
post_install do |installer|

cpp_sdk_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"released": "9.4.0",
3-
"stable": "9.4.0",
4-
"head": "9.4.0"
2+
"released": "9.5.0",
3+
"stable": "9.5.0",
4+
"head": "9.5.0"
55
}

database/database_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:30.3.2')
48+
implementation platform('com.google.firebase:firebase-bom:30.4.0')
4949
implementation 'com.google.firebase:firebase-analytics'
5050
implementation 'com.google.firebase:firebase-database'
5151
//implementation project(':app:app_resources')

database/integration_test/Podfile

Lines changed: 4 additions & 4 deletions
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, '10.0'
7-
pod 'Firebase/Database', '9.4.0'
8-
pod 'Firebase/Auth', '9.4.0'
7+
pod 'Firebase/Database', '9.5.0'
8+
pod 'Firebase/Auth', '9.5.0'
99
end
1010

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

1717
post_install do |installer|

dynamic_links/integration_test/Podfile

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

66
target 'integration_test' do
7-
pod 'Firebase/DynamicLinks', '9.4.0'
7+
pod 'Firebase/DynamicLinks', '9.5.0'
88
end
99

1010
post_install do |installer|

firestore/firestore_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:30.3.2')
56+
implementation platform('com.google.firebase:firebase-bom:30.4.0')
5757
implementation 'com.google.firebase:firebase-analytics'
5858
implementation 'com.google.firebase:firebase-firestore'
5959
}

firestore/integration_test/Podfile

Lines changed: 4 additions & 4 deletions
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, '10.0'
7-
pod 'Firebase/Firestore', '9.4.0'
8-
pod 'Firebase/Auth', '9.4.0'
7+
pod 'FirebaseFirestore', '9.4.0'
8+
pod 'Firebase/Auth', '9.5.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Firestore', '9.4.0'
14-
pod 'Firebase/Auth', '9.4.0'
13+
pod 'FirebaseFirestore', '9.4.0'
14+
pod 'Firebase/Auth', '9.5.0'
1515
end
1616

1717
post_install do |installer|

firestore/integration_test_internal/Podfile

Lines changed: 4 additions & 4 deletions
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, '10.0'
7-
pod 'Firebase/Firestore', '9.4.0'
8-
pod 'Firebase/Auth', '9.4.0'
7+
pod 'FirebaseFirestore', '9.4.0'
8+
pod 'Firebase/Auth', '9.5.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Firestore', '9.4.0'
14-
pod 'Firebase/Auth', '9.4.0'
13+
pod 'FirebaseFirestore', '9.4.0'
14+
pod 'Firebase/Auth', '9.5.0'
1515
end
1616

1717
post_install do |installer|

functions/integration_test/Podfile

Lines changed: 4 additions & 4 deletions
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, '10.0'
7-
pod 'Firebase/Functions', '9.4.0'
8-
pod 'Firebase/Auth', '9.4.0'
7+
pod 'Firebase/Functions', '9.5.0'
8+
pod 'Firebase/Auth', '9.5.0'
99
end
1010

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

1717
post_install do |installer|

gma/gma_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:30.3.2')
48+
implementation platform('com.google.firebase:firebase-bom:30.4.0')
4949
implementation 'com.google.firebase:firebase-analytics'
5050
implementation 'com.google.android.gms:play-services-ads:21.1.0'
5151
}

gma/integration_test/Podfile

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

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '9.4.0'
7+
pod 'Firebase/Analytics', '9.5.0'
88
pod 'Google-Mobile-Ads-SDK', '9.7.0'
99
end
1010

installations/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ platform :ios, '10.0'
44
use_frameworks! :linkage => :static
55

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

1111
post_install do |installer|

ios_pod/Podfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ platform :ios, '10.0'
33
use_frameworks!
44

55
target 'GetPods' do
6-
pod 'Firebase/Core', '9.4.0'
6+
pod 'Firebase/Core', '9.5.0'
77

88
pod 'Google-Mobile-Ads-SDK', '9.7.0'
9-
pod 'Firebase/Analytics', '9.4.0'
10-
pod 'Firebase/Auth', '9.4.0'
11-
pod 'Firebase/Crashlytics', '9.4.0'
12-
pod 'Firebase/Database', '9.4.0'
13-
pod 'Firebase/DynamicLinks', '9.4.0'
14-
pod 'Firebase/Firestore', '9.4.0'
15-
pod 'Firebase/Functions', '9.4.0'
16-
pod 'Firebase/Installations', '9.4.0'
17-
pod 'Firebase/Messaging', '9.4.0'
18-
pod 'Firebase/RemoteConfig', '9.4.0'
19-
pod 'Firebase/Storage', '9.4.0'
9+
pod 'Firebase/Analytics', '9.5.0'
10+
pod 'Firebase/Auth', '9.5.0'
11+
pod 'Firebase/Crashlytics', '9.5.0'
12+
pod 'Firebase/Database', '9.5.0'
13+
pod 'Firebase/DynamicLinks', '9.5.0'
14+
pod 'FirebaseFirestore', '9.4.0'
15+
pod 'Firebase/Functions', '9.5.0'
16+
pod 'Firebase/Installations', '9.5.0'
17+
pod 'Firebase/Messaging', '9.5.0'
18+
pod 'Firebase/RemoteConfig', '9.5.0'
19+
pod 'Firebase/Storage', '9.5.0'
2020

2121
end

ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.3.0.
2+
// Copied from Firebase iOS SDK 9.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.3.0.
2+
// Copied from Firebase iOS SDK 9.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.3.0.
2+
// Copied from Firebase iOS SDK 9.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.3.0.
2+
// Copied from Firebase iOS SDK 9.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.3.0.
2+
// Copied from Firebase iOS SDK 9.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.3.0.
2+
// Copied from Firebase iOS SDK 9.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.3.0.
2+
// Copied from Firebase iOS SDK 9.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/FirebaseRemoteConfigSwift-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.3.0.
2+
// Copied from Firebase iOS SDK 9.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/FirebaseSharedSwift-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.3.0.
2+
// Copied from Firebase iOS SDK 9.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/FirebaseStorage-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.3.0.
2+
// Copied from Firebase iOS SDK 9.5.0.
33

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

ios_pod/swift_headers/SwiftProtobuf-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2022 Google LLC
2-
// Copied from Firebase iOS SDK 9.3.0.
2+
// Copied from Firebase iOS SDK 9.5.0.
33

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

messaging/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, '10.0'
7-
pod 'Firebase/Messaging', '9.4.0'
7+
pod 'Firebase/Messaging', '9.5.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '12.0'
12-
pod 'Firebase/Messaging', '9.4.0'
12+
pod 'Firebase/Messaging', '9.5.0'
1313
end
1414

1515
post_install do |installer|

messaging/messaging_java/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:30.3.2')
58+
implementation platform('com.google.firebase:firebase-bom:30.4.0')
5959
implementation 'com.google.firebase:firebase-analytics'
6060
implementation 'com.google.firebase:firebase-messaging'
6161
implementation 'com.google.flatbuffers:flatbuffers-java:1.12.0'

0 commit comments

Comments
 (0)