File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ espressoCore = "3.6.1"
10
10
kotlinxSerializationCore = " 1.8.1"
11
11
lifecycle = " 2.9.1"
12
12
activityCompose = " 1.10.1"
13
- composeBom = " 2025.06.00 "
13
+ composeBom = " 2025.06.01 "
14
14
googleServices = " 4.4.2"
15
15
composeNavigation = " 2.9.0"
16
16
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ dependencies {
75
75
76
76
implementation(" com.google.firebase:firebase-installations:18.0.0" )
77
77
78
- implementation(" androidx.work:work-runtime:2.10.1 " )
78
+ implementation(" androidx.work:work-runtime:2.10.2 " )
79
79
80
80
// Testing dependencies
81
81
androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
57
57
implementation(" androidx.activity:activity-compose:1.10.1" )
58
58
implementation(" androidx.navigation:navigation-compose:2.9.0" )
59
59
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1" )
60
- implementation(platform(" androidx.compose:compose-bom:2025.06.00 " ))
60
+ implementation(platform(" androidx.compose:compose-bom:2025.06.01 " ))
61
61
implementation(" androidx.compose.ui:ui" )
62
62
implementation(" androidx.compose.ui:ui-graphics" )
63
63
implementation(" androidx.compose.ui:ui-tooling-preview" )
@@ -69,7 +69,7 @@ dependencies {
69
69
testImplementation(" junit:junit:4.13.2" )
70
70
androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
71
71
androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
72
- androidTestImplementation(platform(" androidx.compose:compose-bom:2025.06.00 " ))
72
+ androidTestImplementation(platform(" androidx.compose:compose-bom:2025.06.01 " ))
73
73
androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
74
74
debugImplementation(" androidx.compose.ui:ui-tooling" )
75
75
debugImplementation(" androidx.compose.ui:ui-test-manifest" )
You can’t perform that action at this time.
0 commit comments