File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
5757 implementation(" androidx.activity:activity-compose:1.9.2" )
5858 implementation(" androidx.navigation:navigation-compose:2.8.0" )
5959
60- implementation(platform(" androidx.compose:compose-bom:2024.09.00 " ))
60+ implementation(platform(" androidx.compose:compose-bom:2024.09.01 " ))
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.00 " ))
73+ androidTestImplementation(platform(" androidx.compose:compose-bom:2024.09.01 " ))
7474 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
7575 debugImplementation(" androidx.compose.ui:ui-tooling" )
7676 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
You can’t perform that action at this time.
0 commit comments