Skip to content

Commit a83b0d0

Browse files
committed
Auto-update dependencies.
1 parent 879beb2 commit a83b0d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id("com.google.gms.google-services") version "4.4.2" apply false
99
id("com.google.firebase.crashlytics") version "3.0.3" apply false
1010
id("com.google.firebase.firebase-perf") version "1.4.2" apply false
11-
id("androidx.navigation.safeargs") version "2.8.6" apply false
11+
id("androidx.navigation.safeargs") version "2.8.7" apply false
1212
id("com.github.ben-manes.versions") version "0.52.0" apply true
1313
}
1414

functions/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation("androidx.appcompat:appcompat:1.7.0")
3737

3838
// Import the BoM for the Firebase platform
39-
implementation(platform("com.google.firebase:firebase-bom:33.5.1"))
39+
implementation(platform("com.google.firebase:firebase-bom:33.9.0"))
4040

4141
// Add the dependency for the Cloud Functions library
4242
// When using the BoM, you don't specify versions in Firebase library dependencies

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ espressoCore = "3.6.1"
99
kotlinxSerializationJson = "1.8.0"
1010
lifecycleRuntimeKtx = "2.8.7"
1111
activityCompose = "1.10.0"
12-
composeBom = "2025.01.01"
12+
composeBom = "2025.02.00"
1313
reactiveStreams = "1.0.4"
1414
vertexAI = "16.1.0"
1515

0 commit comments

Comments
 (0)