File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
37
37
implementation(" androidx.cardview:cardview:1.0.0" )
38
38
implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
39
39
implementation(" com.google.android.material:material:1.13.0" )
40
- implementation(" androidx.activity:activity-ktx:1.10.1 " )
40
+ implementation(" androidx.activity:activity-ktx:1.11.0 " )
41
41
42
42
// Import the BoM for the Firebase platform
43
43
implementation(platform(" com.google.firebase:firebase-bom:34.2.0" ))
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.3" apply false
9
9
id(" com.google.firebase.crashlytics" ) version " 3.0.6" apply false
10
10
id(" com.google.firebase.firebase-perf" ) version " 2.0.1" apply false
11
- id(" androidx.navigation.safeargs" ) version " 2.9.3 " apply false
11
+ id(" androidx.navigation.safeargs" ) version " 2.9.4 " apply false
12
12
id(" com.github.ben-manes.versions" ) version " 0.52.0" apply true
13
13
alias(libs.plugins.composeCompiler) apply false
14
14
}
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ junitVersion = "1.3.0"
9
9
espressoCore = " 3.7.0"
10
10
kotlinxSerializationJson = " 1.9.0"
11
11
lifecycleRuntimeKtx = " 2.9.3"
12
- activityCompose = " 1.10.1 "
13
- composeBom = " 2025.08.01 "
12
+ activityCompose = " 1.11.0 "
13
+ composeBom = " 2025.09.00 "
14
14
reactiveStreams = " 1.0.4"
15
15
vertexAI = " 16.5.0"
16
16
Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ dependencies {
52
52
implementation(" com.google.firebase:firebase-firestore" )
53
53
54
54
implementation(" com.google.android.gms:play-services-auth:21.4.0" )
55
- implementation(" androidx.work:work-runtime-ktx:2.10.3 " )
55
+ implementation(" androidx.work:work-runtime-ktx:2.10.4 " )
56
56
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.3" )
57
57
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id(" com.android.application" )
3
3
id(" kotlin-android" )
4
4
id(" com.google.gms.google-services" )
5
- id(" com.google.devtools.ksp" ) version " 2.2.10 -2.0.2"
5
+ id(" com.google.devtools.ksp" ) version " 2.2.20 -2.0.2"
6
6
}
7
7
8
8
android {
You can’t perform that action at this time.
0 commit comments