File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ espressoCore = "3.6.1"
1010kotlinxSerializationCore = " 1.8.1"
1111lifecycle = " 2.9.1"
1212activityCompose = " 1.10.1"
13- composeBom = " 2025.06.00 "
13+ composeBom = " 2025.06.01 "
1414googleServices = " 4.4.2"
1515composeNavigation = " 2.9.0"
1616
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ dependencies {
7575
7676 implementation(" com.google.firebase:firebase-installations:18.0.0" )
7777
78- implementation(" androidx.work:work-runtime:2.10.1 " )
78+ implementation(" androidx.work:work-runtime:2.10.2 " )
7979
8080 // Testing dependencies
8181 androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
5757 implementation(" androidx.activity:activity-compose:1.10.1" )
5858 implementation(" androidx.navigation:navigation-compose:2.9.0" )
5959 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 " ))
6161 implementation(" androidx.compose.ui:ui" )
6262 implementation(" androidx.compose.ui:ui-graphics" )
6363 implementation(" androidx.compose.ui:ui-tooling-preview" )
@@ -69,7 +69,7 @@ dependencies {
6969 testImplementation(" junit:junit:4.13.2" )
7070 androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
7171 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 " ))
7373 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
7474 debugImplementation(" androidx.compose.ui:ui-tooling" )
7575 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
You can’t perform that action at this time.
0 commit comments