From aa8c17007f4bae823f5510934aff64fee46ce9d4 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Tue, 9 Jun 2026 18:11:46 -0400 Subject: [PATCH] Auto-update dependencies. --- admob/app/build.gradle.kts | 4 ++-- analytics/app/build.gradle.kts | 4 ++-- appdistribution/app/build.gradle.kts | 4 ++-- auth/app/build.gradle.kts | 4 ++-- config/app/build.gradle.kts | 4 ++-- crash/app/build.gradle.kts | 4 ++-- database/app/build.gradle.kts | 4 ++-- dataconnect/app/build.gradle.kts | 4 ++-- firebase-ai/app/build.gradle.kts | 4 ++-- firestore/app/build.gradle.kts | 6 +++--- functions/app/build.gradle.kts | 4 ++-- gradle/libs.versions.toml | 2 +- inappmessaging/app/build.gradle.kts | 4 ++-- internal/chooserx/build.gradle.kts | 4 ++-- internal/lintchecks/build.gradle.kts | 4 ++-- messaging/app/build.gradle.kts | 6 +++--- perf/app/build.gradle.kts | 4 ++-- storage/app/build.gradle.kts | 4 ++-- 18 files changed, 37 insertions(+), 37 deletions(-) diff --git a/admob/app/build.gradle.kts b/admob/app/build.gradle.kts index 980699520..f38d7f82a 100644 --- a/admob/app/build.gradle.kts +++ b/admob/app/build.gradle.kts @@ -11,12 +11,12 @@ tasks { android { namespace = "com.google.samples.quickstart.admobexample" - compileSdk = 36 + compileSdk = 37 defaultConfig { applicationId = "com.google.samples.quickstart.admobexample" minSdk = 23 - targetSdk = 36 + targetSdk = 37 versionCode = 1 versionName = "1.0" multiDexEnabled = true diff --git a/analytics/app/build.gradle.kts b/analytics/app/build.gradle.kts index f4fec398f..2e29e456c 100644 --- a/analytics/app/build.gradle.kts +++ b/analytics/app/build.gradle.kts @@ -11,12 +11,12 @@ tasks { android { namespace = "com.google.firebase.quickstart.analytics" - compileSdk = 36 + compileSdk = 37 defaultConfig { applicationId = "com.google.firebase.quickstart.analytics" minSdk = 23 - targetSdk = 36 + targetSdk = 37 versionCode = 1 versionName = "1.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/appdistribution/app/build.gradle.kts b/appdistribution/app/build.gradle.kts index 6c8a83c04..86082370e 100644 --- a/appdistribution/app/build.gradle.kts +++ b/appdistribution/app/build.gradle.kts @@ -6,12 +6,12 @@ plugins { android { namespace = "com.google.firebase.appdistributionquickstart" - compileSdk = 36 + compileSdk = 37 defaultConfig { applicationId = "com.google.firebase.appdistributionquickstart" minSdk = 23 - targetSdk = 36 + targetSdk = 37 versionCode = 1 versionName = "1.0" diff --git a/auth/app/build.gradle.kts b/auth/app/build.gradle.kts index 83ccaba57..8ab221fea 100644 --- a/auth/app/build.gradle.kts +++ b/auth/app/build.gradle.kts @@ -11,13 +11,13 @@ tasks { android { namespace= "com.google.firebase.quickstart.auth" - compileSdk = 36 + compileSdk = 37 flavorDimensions += "minSdkVersion" defaultConfig { applicationId = "com.google.firebase.quickstart.auth" minSdk = 23 - targetSdk = 36 + targetSdk = 37 versionCode = 1 versionName = "1.0" multiDexEnabled = true diff --git a/config/app/build.gradle.kts b/config/app/build.gradle.kts index cc7fda661..2f1b2b088 100644 --- a/config/app/build.gradle.kts +++ b/config/app/build.gradle.kts @@ -11,12 +11,12 @@ tasks { android { namespace = "com.google.samples.quickstart.config" - compileSdk = 36 + compileSdk = 37 defaultConfig { applicationId = "com.google.samples.quickstart.config" minSdk = 23 - targetSdk = 36 + targetSdk = 37 versionCode = 1 versionName = "1.0" multiDexEnabled = true diff --git a/crash/app/build.gradle.kts b/crash/app/build.gradle.kts index 8392ac28c..b13b4454c 100644 --- a/crash/app/build.gradle.kts +++ b/crash/app/build.gradle.kts @@ -12,12 +12,12 @@ tasks { android { namespace = "com.google.samples.quickstart.crash" - compileSdk = 36 + compileSdk = 37 defaultConfig { applicationId = "com.google.samples.quickstart.crash" minSdk = 23 - targetSdk = 36 + targetSdk = 37 versionCode = 1 versionName = "1.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/database/app/build.gradle.kts b/database/app/build.gradle.kts index 2dc1b1efe..add541744 100644 --- a/database/app/build.gradle.kts +++ b/database/app/build.gradle.kts @@ -11,12 +11,12 @@ tasks { android { namespace = "com.google.firebase.quickstart.database" - compileSdk = 36 + compileSdk = 37 defaultConfig { applicationId = "com.google.firebase.quickstart.database" minSdk = 23 - targetSdk = 36 + targetSdk = 37 versionCode = 1 versionName = "1.0" multiDexEnabled = true diff --git a/dataconnect/app/build.gradle.kts b/dataconnect/app/build.gradle.kts index 6c32450d2..488957d1e 100644 --- a/dataconnect/app/build.gradle.kts +++ b/dataconnect/app/build.gradle.kts @@ -7,12 +7,12 @@ plugins { android { namespace = "com.google.firebase.example.dataconnect" - compileSdk = 36 + compileSdk = 37 defaultConfig { applicationId = "com.google.firebase.example.dataconnect" minSdk = 23 - targetSdk = 36 + targetSdk = 37 versionCode = 1 versionName = "1.0" diff --git a/firebase-ai/app/build.gradle.kts b/firebase-ai/app/build.gradle.kts index 6b47e5086..e5cfa2710 100644 --- a/firebase-ai/app/build.gradle.kts +++ b/firebase-ai/app/build.gradle.kts @@ -8,12 +8,12 @@ plugins { android { namespace = "com.google.firebase.quickstart.ai" - compileSdk = 36 + compileSdk = 37 defaultConfig { applicationId = "com.google.firebase.quickstart.ai" minSdk = 26 - targetSdk = 36 + targetSdk = 37 versionCode = 1 versionName = "1.0" diff --git a/firestore/app/build.gradle.kts b/firestore/app/build.gradle.kts index 69aa7462a..1dd99c6b3 100644 --- a/firestore/app/build.gradle.kts +++ b/firestore/app/build.gradle.kts @@ -8,12 +8,12 @@ plugins { android { namespace = "com.google.firebase.example.fireeats" testBuildType = "release" - compileSdk = 36 + compileSdk = 37 defaultConfig { applicationId = "com.google.firebase.example.fireeats" minSdk = 23 - targetSdk = 36 + targetSdk = 37 versionCode = 1 versionName = "1.0" multiDexEnabled = true @@ -68,7 +68,7 @@ dependencies { // Support Libs implementation("androidx.activity:activity-ktx:1.13.0") implementation("androidx.appcompat:appcompat:1.7.1") - implementation("androidx.core:core-ktx:1.18.0") + implementation("androidx.core:core-ktx:1.19.0") implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0") implementation("androidx.cardview:cardview:1.0.0") implementation("androidx.browser:browser:1.5.0") diff --git a/functions/app/build.gradle.kts b/functions/app/build.gradle.kts index f7d4818b4..30e37bc8e 100644 --- a/functions/app/build.gradle.kts +++ b/functions/app/build.gradle.kts @@ -8,12 +8,12 @@ android { namespace = "com.google.samples.quickstart.functions" // Changes the test build type for instrumented tests to "stage". testBuildType = "release" - compileSdk = 36 + compileSdk = 37 defaultConfig { applicationId = "com.google.samples.quickstart.functions" minSdk = 23 - targetSdk = 36 + targetSdk = 37 versionCode = 1 versionName = "1.0" multiDexEnabled = true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fbe9268fb..de7b548bf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ camerax = "1.6.1" coil3Compose = "3.4.0" composeBom = "2026.05.01" composeNavigation = "2.9.8" -coreKtx = "1.18.0" +coreKtx = "1.19.0" espressoCore = "3.7.0" firebaseBom = "34.14.1" googleServices = "4.4.4" diff --git a/inappmessaging/app/build.gradle.kts b/inappmessaging/app/build.gradle.kts index 2689a39e2..db22d5e13 100644 --- a/inappmessaging/app/build.gradle.kts +++ b/inappmessaging/app/build.gradle.kts @@ -6,11 +6,11 @@ plugins { android { namespace = "com.google.firebase.fiamquickstart" - compileSdk = 36 + compileSdk = 37 defaultConfig { applicationId = "com.google.firebase.fiamquickstart" minSdk = 23 - targetSdk = 36 + targetSdk = 37 versionCode = 1 versionName = "1.0" diff --git a/internal/chooserx/build.gradle.kts b/internal/chooserx/build.gradle.kts index 1c3203764..f99dfc574 100755 --- a/internal/chooserx/build.gradle.kts +++ b/internal/chooserx/build.gradle.kts @@ -4,7 +4,7 @@ plugins { android { namespace = "com.firebase.example.internal" - compileSdk = 36 + compileSdk = 37 defaultConfig { minSdk = 16 @@ -20,7 +20,7 @@ android { } lint { - targetSdk = 36 + targetSdk = 37 } } diff --git a/internal/lintchecks/build.gradle.kts b/internal/lintchecks/build.gradle.kts index 0a46b8d8b..d54d216dd 100755 --- a/internal/lintchecks/build.gradle.kts +++ b/internal/lintchecks/build.gradle.kts @@ -3,14 +3,14 @@ plugins { } android { namespace = "com.firebase.lintchecks" - compileSdk = 36 + compileSdk = 37 defaultConfig { minSdk = 16 } lint { - targetSdk = 36 + targetSdk = 37 } } diff --git a/messaging/app/build.gradle.kts b/messaging/app/build.gradle.kts index 634054499..ef72acce6 100644 --- a/messaging/app/build.gradle.kts +++ b/messaging/app/build.gradle.kts @@ -11,12 +11,12 @@ tasks { android { namespace = "com.google.firebase.quickstart.fcm" - compileSdk = 36 + compileSdk = 37 defaultConfig { applicationId = "com.google.firebase.quickstart.fcm" minSdk = 23 - targetSdk = 36 + targetSdk = 37 versionCode = 1 versionName = "1.0" multiDexEnabled = true @@ -51,7 +51,7 @@ dependencies { implementation(project(":internal:chooserx")) implementation("androidx.annotation:annotation:1.10.0") implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0") - implementation("androidx.core:core-ktx:1.18.0") + implementation("androidx.core:core-ktx:1.19.0") // Required when asking for permission to post notifications (starting in Android 13) implementation("androidx.activity:activity-ktx:1.13.0") diff --git a/perf/app/build.gradle.kts b/perf/app/build.gradle.kts index 3d75094ee..4850726ba 100644 --- a/perf/app/build.gradle.kts +++ b/perf/app/build.gradle.kts @@ -7,12 +7,12 @@ plugins { android { namespace = "com.google.firebase.quickstart.perfmon" - compileSdk = 36 + compileSdk = 37 defaultConfig { applicationId = "com.google.firebase.quickstart.perfmon" minSdk = 23 - targetSdk = 36 + targetSdk = 37 versionCode = 1 versionName = "1.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/storage/app/build.gradle.kts b/storage/app/build.gradle.kts index 6c7df5cdf..e639dfa09 100644 --- a/storage/app/build.gradle.kts +++ b/storage/app/build.gradle.kts @@ -11,12 +11,12 @@ tasks { android { namespace = "com.google.firebase.quickstart.firebasestorage" - compileSdk = 36 + compileSdk = 37 defaultConfig { applicationId = "com.google.firebase.quickstart.firebasestorage" minSdk = 23 - targetSdk = 36 + targetSdk = 37 versionCode = 1 versionName = "1.0" multiDexEnabled = true