Skip to content

Commit

Permalink
Update mobile dependencies - Wed Oct 23 2024 (#1663)
Browse files Browse the repository at this point in the history
* Update mobile dependencies - Wed Oct 23 2024

### Android

- com.google.firebase.firebase_bom → 33.5.1

### iOS

- Firebase/Analytics → 11.4.2
- Firebase/AppCheck → 11.4.2
- Firebase/Auth → 11.4.2
- Firebase/Core → 11.4.2
- Firebase/CoreOnly → 11.4.2
- Firebase/Crashlytics → 11.4.2
- Firebase/Database → 11.4.2
- Firebase/DynamicLinks → 11.4.2
- Firebase/Firestore → 11.4.2
- Firebase/Functions → 11.4.2
- Firebase/Installations → 11.4.2
- Firebase/Messaging → 11.4.2
- Firebase/RemoteConfig → 11.4.2
- Firebase/Storage → 11.4.2

> Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/11485670640).

* Update readme versions.

---------

Co-authored-by: firebase-workflow-trigger-bot <firebase-workflow-trigger-bot@google.com>
Co-authored-by: Jon Simantov <jsimantov@google.com>
  • Loading branch information
3 people authored Oct 24, 2024
1 parent 6ef14b2 commit 26849a6
Show file tree
Hide file tree
Showing 33 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion Android/firebase_dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ project.afterEvaluate {

// Add the bill-of-materials
project.dependencies {
implementation platform('com.google.firebase:firebase-bom:33.5.0')
implementation platform('com.google.firebase:firebase-bom:33.5.1')
}
for (String lib : firebaseCpp.dependencies.libSet) {
// Generate and include the proguard file
Expand Down
4 changes: 2 additions & 2 deletions analytics/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '13.0'
pod 'Firebase/Analytics', '11.4.1'
pod 'Firebase/Analytics', '11.4.2'
end

target 'integration_test_tvos' do
platform :tvos, '13.0'
pod 'Firebase/Analytics', '11.4.1'
pod 'Firebase/Analytics', '11.4.2'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion analytics/ios_headers/FIREventNames.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2024 Google LLC

// Copied from Firebase Analytics iOS SDK 11.4.1.
// Copied from Firebase Analytics iOS SDK 11.4.2.

/// @file FIREventNames.h
///
Expand Down
2 changes: 1 addition & 1 deletion analytics/ios_headers/FIRParameterNames.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2024 Google LLC

// Copied from Firebase Analytics iOS SDK 11.4.1.
// Copied from Firebase Analytics iOS SDK 11.4.2.

/// @file FIRParameterNames.h
///
Expand Down
2 changes: 1 addition & 1 deletion analytics/ios_headers/FIRUserPropertyNames.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2024 Google LLC

// Copied from Firebase Analytics iOS SDK 11.4.1.
// Copied from Firebase Analytics iOS SDK 11.4.2.

/// @file FIRUserPropertyNames.h
///
Expand Down
2 changes: 1 addition & 1 deletion app/app_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:33.5.0')
implementation platform('com.google.firebase:firebase-bom:33.5.1')
implementation 'com.google.firebase:firebase-analytics'
}

Expand Down
2 changes: 1 addition & 1 deletion app/google_api_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:33.5.0')
implementation platform('com.google.firebase:firebase-bom:33.5.1')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.android.gms:play-services-base:18.5.0'
implementation project(':app:app_resources')
Expand Down
2 changes: 1 addition & 1 deletion app/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '13.0'
use_frameworks! :linkage => :static

target 'integration_test' do
pod 'Firebase/Analytics', '11.4.1'
pod 'Firebase/Analytics', '11.4.2'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion app/invites_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:33.5.0')
implementation platform('com.google.firebase:firebase-bom:33.5.1')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-dynamic-links'
implementation project(':app:app_resources')
Expand Down
2 changes: 1 addition & 1 deletion app_check/app_check_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:33.5.0')
implementation platform('com.google.firebase:firebase-bom:33.5.1')
implementation 'com.google.firebase:firebase-appcheck'
}

Expand Down
20 changes: 10 additions & 10 deletions app_check/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '13.0'
pod 'Firebase/AppCheck', '11.4.1'
pod 'Firebase/Database', '11.4.1'
pod 'Firebase/Auth', '11.4.1'
pod 'Firebase/Storage', '11.4.1'
pod 'Firebase/Functions', '11.4.1'
pod 'Firebase/AppCheck', '11.4.2'
pod 'Firebase/Database', '11.4.2'
pod 'Firebase/Auth', '11.4.2'
pod 'Firebase/Storage', '11.4.2'
pod 'Firebase/Functions', '11.4.2'
end

target 'integration_test_tvos' do
platform :tvos, '13.0'
pod 'Firebase/AppCheck', '11.4.1'
pod 'Firebase/Database', '11.4.1'
pod 'Firebase/Auth', '11.4.1'
pod 'Firebase/Storage', '11.4.1'
pod 'Firebase/Functions', '11.4.1'
pod 'Firebase/AppCheck', '11.4.2'
pod 'Firebase/Database', '11.4.2'
pod 'Firebase/Auth', '11.4.2'
pod 'Firebase/Storage', '11.4.2'
pod 'Firebase/Functions', '11.4.2'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion auth/auth_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:33.5.0')
implementation platform('com.google.firebase:firebase-bom:33.5.1')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-auth'
implementation project(':app:app_resources')
Expand Down
4 changes: 2 additions & 2 deletions auth/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '13.0'
pod 'Firebase/Auth', '11.4.1'
pod 'Firebase/Auth', '11.4.2'
end

target 'integration_test_tvos' do
platform :tvos, '13.0'
pod 'Firebase/Auth', '11.4.1'
pod 'Firebase/Auth', '11.4.2'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion cmake/external/firestore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ endif()

# If the format of the line below changes, then be sure to update
# https://github.com/firebase/firebase-cpp-sdk/blob/fd054fa016/.github/workflows/update-dependencies.yml#L81
set(version CocoaPods-11.4.1)
set(version CocoaPods-11.4.2)

function(GetReleasedDep)
message("Getting released firebase-ios-sdk @ ${version}")
Expand Down
2 changes: 1 addition & 1 deletion database/database_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:33.5.0')
implementation platform('com.google.firebase:firebase-bom:33.5.1')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-database'
//implementation project(':app:app_resources')
Expand Down
8 changes: 4 additions & 4 deletions database/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '13.0'
pod 'Firebase/Database', '11.4.1'
pod 'Firebase/Auth', '11.4.1'
pod 'Firebase/Database', '11.4.2'
pod 'Firebase/Auth', '11.4.2'
end

target 'integration_test_tvos' do
platform :tvos, '13.0'
pod 'Firebase/Database', '11.4.1'
pod 'Firebase/Auth', '11.4.1'
pod 'Firebase/Database', '11.4.2'
pod 'Firebase/Auth', '11.4.2'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion dynamic_links/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '13.0'
pod 'Firebase/DynamicLinks', '11.4.1'
pod 'Firebase/DynamicLinks', '11.4.2'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion firestore/firestore_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:33.5.0')
implementation platform('com.google.firebase:firebase-bom:33.5.1')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-firestore'
}
Expand Down
8 changes: 4 additions & 4 deletions firestore/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '13.0'
pod 'Firebase/Firestore', '11.4.1'
pod 'Firebase/Auth', '11.4.1'
pod 'Firebase/Firestore', '11.4.2'
pod 'Firebase/Auth', '11.4.2'
end

target 'integration_test_tvos' do
platform :tvos, '13.0'
pod 'Firebase/Firestore', '11.4.1'
pod 'Firebase/Auth', '11.4.1'
pod 'Firebase/Firestore', '11.4.2'
pod 'Firebase/Auth', '11.4.2'
end

post_install do |installer|
Expand Down
8 changes: 4 additions & 4 deletions firestore/integration_test_internal/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '13.0'
pod 'Firebase/Firestore', '11.4.1'
pod 'Firebase/Auth', '11.4.1'
pod 'Firebase/Firestore', '11.4.2'
pod 'Firebase/Auth', '11.4.2'
end

target 'integration_test_tvos' do
platform :tvos, '13.0'
pod 'Firebase/Firestore', '11.4.1'
pod 'Firebase/Auth', '11.4.1'
pod 'Firebase/Firestore', '11.4.2'
pod 'Firebase/Auth', '11.4.2'
end

post_install do |installer|
Expand Down
8 changes: 4 additions & 4 deletions functions/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '13.0'
pod 'Firebase/Functions', '11.4.1'
pod 'Firebase/Auth', '11.4.1'
pod 'Firebase/Functions', '11.4.2'
pod 'Firebase/Auth', '11.4.2'
end

target 'integration_test_tvos' do
platform :tvos, '13.0'
pod 'Firebase/Functions', '11.4.1'
pod 'Firebase/Auth', '11.4.1'
pod 'Firebase/Functions', '11.4.2'
pod 'Firebase/Auth', '11.4.2'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion gma/gma_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:33.5.0')
implementation platform('com.google.firebase:firebase-bom:33.5.1')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.android.gms:play-services-ads:23.0.0'
implementation 'com.google.android.ump:user-messaging-platform:2.2.0'
Expand Down
2 changes: 1 addition & 1 deletion gma/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '13.0'
pod 'Firebase/CoreOnly', '11.4.1'
pod 'Firebase/CoreOnly', '11.4.2'
pod 'Google-Mobile-Ads-SDK', '11.2.0'
pod 'GoogleUserMessagingPlatform', '2.3.0'
end
Expand Down
4 changes: 2 additions & 2 deletions installations/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '13.0'
pod 'Firebase/Analytics', '11.4.1'
pod 'Firebase/Installations', '11.4.1'
pod 'Firebase/Analytics', '11.4.2'
pod 'Firebase/Installations', '11.4.2'
end

post_install do |installer|
Expand Down
26 changes: 13 additions & 13 deletions ios_pod/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ platform :ios, '13.0'
use_frameworks!

target 'GetPods' do
pod 'Firebase/Core', '11.4.1'
pod 'Firebase/Core', '11.4.2'

pod 'Google-Mobile-Ads-SDK', '11.2.0'
pod 'GoogleUserMessagingPlatform', '2.3.0'
pod 'Firebase/Analytics', '11.4.1'
pod 'Firebase/AppCheck', '11.4.1'
pod 'Firebase/Auth', '11.4.1'
pod 'Firebase/Crashlytics', '11.4.1'
pod 'Firebase/Database', '11.4.1'
pod 'Firebase/DynamicLinks', '11.4.1'
pod 'Firebase/Firestore', '11.4.1'
pod 'Firebase/Functions', '11.4.1'
pod 'Firebase/Installations', '11.4.1'
pod 'Firebase/Messaging', '11.4.1'
pod 'Firebase/RemoteConfig', '11.4.1'
pod 'Firebase/Storage', '11.4.1'
pod 'Firebase/Analytics', '11.4.2'
pod 'Firebase/AppCheck', '11.4.2'
pod 'Firebase/Auth', '11.4.2'
pod 'Firebase/Crashlytics', '11.4.2'
pod 'Firebase/Database', '11.4.2'
pod 'Firebase/DynamicLinks', '11.4.2'
pod 'Firebase/Firestore', '11.4.2'
pod 'Firebase/Functions', '11.4.2'
pod 'Firebase/Installations', '11.4.2'
pod 'Firebase/Messaging', '11.4.2'
pod 'Firebase/RemoteConfig', '11.4.2'
pod 'Firebase/Storage', '11.4.2'

end

Expand Down
8 changes: 4 additions & 4 deletions messaging/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static

target 'integration_test' do
platform :ios, '13.0'
pod 'Firebase/Messaging', '11.4.1'
pod 'Firebase/Functions', '11.4.1'
pod 'Firebase/Messaging', '11.4.2'
pod 'Firebase/Functions', '11.4.2'
end

target 'integration_test_tvos' do
platform :tvos, '13.0'
pod 'Firebase/Messaging', '11.4.1'
pod 'Firebase/Functions', '11.4.1'
pod 'Firebase/Messaging', '11.4.2'
pod 'Firebase/Functions', '11.4.2'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion messaging/messaging_java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:33.5.0')
implementation platform('com.google.firebase:firebase-bom:33.5.1')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-messaging'
implementation 'com.google.flatbuffers:flatbuffers-java:1.12.0'
Expand Down
2 changes: 1 addition & 1 deletion release_build_files/Android/firebase_dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ project.afterEvaluate {

// Add the bill-of-materials
project.dependencies {
implementation platform('com.google.firebase:firebase-bom:33.5.0')
implementation platform('com.google.firebase:firebase-bom:33.5.1')
}
for (String lib : firebaseCpp.dependencies.libSet) {
// Messaging includes an aar, which to be depended on properly requires
Expand Down
Loading

0 comments on commit 26849a6

Please sign in to comment.