Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mobile dependencies - Thu May 02 2024 #1580

Merged
merged 3 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Android/firebase_dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def firebaseDependenciesMap = [
'app_check' : ['com.google.firebase:firebase-appcheck',
'com.google.firebase:firebase-appcheck-debug',
'com.google.firebase:firebase-appcheck-playintegrity'],
'play_services' : ['com.google.android.gms:play-services-base:18.3.0'],
'play_services' : ['com.google.android.gms:play-services-base:18.4.0'],
'analytics' : ['com.google.firebase:firebase-analytics'],
'auth' : ['com.google.firebase:firebase-auth'],
'database' : ['com.google.firebase:firebase-database'],
Expand Down Expand Up @@ -159,7 +159,7 @@ project.afterEvaluate {

// Add the bill-of-materials
project.dependencies {
implementation platform('com.google.firebase:firebase-bom:32.8.1')
implementation platform('com.google.firebase:firebase-bom:33.0.0')
}
for (String lib : firebaseCpp.dependencies.libSet) {
// Generate and include the proguard file
Expand Down
2 changes: 1 addition & 1 deletion analytics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
}

defaultConfig {
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion analytics/integration_test/LibraryManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.analytics.testapp.lib" >

<uses-sdk android:minSdkVersion='21'/>
<uses-sdk android:minSdkVersion='23'/>
<application />
</manifest>
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', '10.24.0'
pod 'Firebase/Analytics', '10.25.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/Analytics', '10.24.0'
pod 'Firebase/Analytics', '10.25.0'
end

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

defaultConfig {
applicationId 'com.google.android.analytics.testapp'
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName '1.0'
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 10.24.0.
// Copied from Firebase Analytics iOS SDK 10.25.0.

/// @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 10.24.0.
// Copied from Firebase Analytics iOS SDK 10.25.0.

/// @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 10.24.0.
// Copied from Firebase Analytics iOS SDK 10.25.0.

/// @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 @@ -50,7 +50,7 @@ android {
}

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

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

defaultConfig {
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "1.0"
Expand Down
4 changes: 2 additions & 2 deletions app/google_api_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:32.8.1')
implementation platform('com.google.firebase:firebase-bom:33.0.0')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.android.gms:play-services-base:18.3.0'
implementation 'com.google.android.gms:play-services-base:18.4.0'
implementation project(':app:app_resources')
}

Expand Down
2 changes: 1 addition & 1 deletion app/integration_test/LibraryManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.analytics.testapp.lib" >

<uses-sdk android:minSdkVersion='21'/>
<uses-sdk android:minSdkVersion='23'/>
<application />
</manifest>
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', '10.24.0'
pod 'Firebase/Analytics', '10.25.0'
end

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

defaultConfig {
applicationId 'com.google.android.analytics.testapp'
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName '1.0'
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 @@ -49,7 +49,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:32.8.1')
implementation platform('com.google.firebase:firebase-bom:33.0.0')
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 @@ -49,7 +49,7 @@ android {
}

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

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

defaultConfig {
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion app_check/integration_test/LibraryManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.firebase.cpp.appcheck.testapp.lib" >

<uses-sdk android:minSdkVersion='21'/>
<uses-sdk android:minSdkVersion='23'/>
<application />
</manifest>
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', '10.24.0'
pod 'Firebase/Database', '10.24.0'
pod 'Firebase/Auth', '10.24.0'
pod 'Firebase/Storage', '10.24.0'
pod 'Firebase/Functions', '10.24.0'
pod 'Firebase/AppCheck', '10.25.0'
pod 'Firebase/Database', '10.25.0'
pod 'Firebase/Auth', '10.25.0'
pod 'Firebase/Storage', '10.25.0'
pod 'Firebase/Functions', '10.25.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/AppCheck', '10.24.0'
pod 'Firebase/Database', '10.24.0'
pod 'Firebase/Auth', '10.24.0'
pod 'Firebase/Storage', '10.24.0'
pod 'Firebase/Functions', '10.24.0'
pod 'Firebase/AppCheck', '10.25.0'
pod 'Firebase/Database', '10.25.0'
pod 'Firebase/Auth', '10.25.0'
pod 'Firebase/Storage', '10.25.0'
pod 'Firebase/Functions', '10.25.0'
end

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

defaultConfig {
applicationId 'com.google.firebase.cpp.appcheck.testapp'
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName '1.0'
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 @@ -49,7 +49,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:32.8.1')
implementation platform('com.google.firebase:firebase-bom:33.0.0')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-auth'
implementation project(':app:app_resources')
Expand Down
2 changes: 1 addition & 1 deletion auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
}

defaultConfig {
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion auth/integration_test/LibraryManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.auth.testapp.lib" >

<uses-sdk android:minSdkVersion='21'/>
<uses-sdk android:minSdkVersion='23'/>
<application />
</manifest>
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', '10.24.0'
pod 'Firebase/Auth', '10.25.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/Auth', '10.24.0'
pod 'Firebase/Auth', '10.25.0'
end

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

defaultConfig {
applicationId 'com.google.android.auth.testapp'
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName '1.0'
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 "a58216a42e087a6d65d975322ba1e5e2151dad4d")
set(version CocoaPods-10.25.0)

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

defaultConfig {
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "1.0"
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 @@ -45,7 +45,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:32.8.1')
implementation platform('com.google.firebase:firebase-bom:33.0.0')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-database'
//implementation project(':app:app_resources')
Expand Down
2 changes: 1 addition & 1 deletion database/integration_test/LibraryManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.firebase.cpp.database.testapp.lib" >

<uses-sdk android:minSdkVersion='21'/>
<uses-sdk android:minSdkVersion='23'/>
<application />
</manifest>
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', '10.24.0'
pod 'Firebase/Auth', '10.24.0'
pod 'Firebase/Database', '10.25.0'
pod 'Firebase/Auth', '10.25.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/Database', '10.24.0'
pod 'Firebase/Auth', '10.24.0'
pod 'Firebase/Database', '10.25.0'
pod 'Firebase/Auth', '10.25.0'
end

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

defaultConfig {
applicationId 'com.google.firebase.cpp.database.testapp'
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName '1.0'
Expand Down
2 changes: 1 addition & 1 deletion dynamic_links/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
}

defaultConfig {
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion dynamic_links/integration_test/LibraryManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.dynamiclinks.testapp.lib" >

<uses-sdk android:minSdkVersion='21'/>
<uses-sdk android:minSdkVersion='23'/>
<application />
</manifest>
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', '10.24.0'
pod 'Firebase/DynamicLinks', '10.25.0'
end

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

defaultConfig {
applicationId 'com.google.android.dynamiclinks.testapp'
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName '1.0'
Expand Down
2 changes: 1 addition & 1 deletion firestore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {

defaultConfig {
// Jelly Bean is the minimum supported version needed by Firebase.
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion firestore/firestore_resources/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.FirebaseCppSdkBuild">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-sdk android:minSdkVersion='21'/>
<uses-sdk android:minSdkVersion='23'/>
</manifest>
2 changes: 1 addition & 1 deletion firestore/firestore_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:32.8.1')
implementation platform('com.google.firebase:firebase-bom:33.0.0')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-firestore'
}
Expand Down
2 changes: 1 addition & 1 deletion firestore/integration_test/LibraryManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.firebase.cpp.firestore.testapp.lib" >

<uses-sdk android:minSdkVersion='21'/>
<uses-sdk android:minSdkVersion='23'/>
<application />
</manifest>
Loading
Loading