@@ -52,12 +52,12 @@ android {
5252
5353dependencies {
5454 implementation(" androidx.core:core-ktx:1.9.0" )
55- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.5 " )
56- implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.8.5 " )
55+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.6 " )
56+ implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.8.6 " )
5757 implementation(" androidx.activity:activity-compose:1.9.2" )
58- implementation(" androidx.navigation:navigation-compose:2.8.0 " )
58+ implementation(" androidx.navigation:navigation-compose:2.8.1 " )
5959
60- implementation(platform(" androidx.compose:compose-bom:2024.09.01 " ))
60+ implementation(platform(" androidx.compose:compose-bom:2024.09.02 " ))
6161 implementation(" androidx.compose.ui:ui" )
6262 implementation(" androidx.compose.ui:ui-graphics" )
6363 implementation(" androidx.compose.ui:ui-tooling-preview" )
@@ -70,7 +70,7 @@ dependencies {
7070 testImplementation(" junit:junit:4.13.2" )
7171 androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
7272 androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
73- androidTestImplementation(platform(" androidx.compose:compose-bom:2024.09.01 " ))
73+ androidTestImplementation(platform(" androidx.compose:compose-bom:2024.09.02 " ))
7474 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
7575 debugImplementation(" androidx.compose.ui:ui-tooling" )
7676 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
0 commit comments