File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
9
9
id(" com.google.firebase.crashlytics" ) version " 3.0.3" apply false
10
10
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
12
12
id(" com.github.ben-manes.versions" ) version " 0.52.0" apply true
13
13
}
14
14
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
implementation(" androidx.appcompat:appcompat:1.7.0" )
37
37
38
38
// 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 " ))
40
40
41
41
// Add the dependency for the Cloud Functions library
42
42
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ espressoCore = "3.6.1"
9
9
kotlinxSerializationJson = " 1.8.0"
10
10
lifecycleRuntimeKtx = " 2.8.7"
11
11
activityCompose = " 1.10.0"
12
- composeBom = " 2025.01.01 "
12
+ composeBom = " 2025.02.00 "
13
13
reactiveStreams = " 1.0.4"
14
14
vertexAI = " 16.1.0"
15
15
You can’t perform that action at this time.
0 commit comments