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 {
57
57
implementation(" androidx.activity:activity-compose:1.9.2" )
58
58
implementation(" androidx.navigation:navigation-compose:2.8.0" )
59
59
60
- implementation(platform(" androidx.compose:compose-bom:2024.09.00 " ))
60
+ implementation(platform(" androidx.compose:compose-bom:2024.09.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" )
@@ -70,7 +70,7 @@ dependencies {
70
70
testImplementation(" junit:junit:4.13.2" )
71
71
androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
72
72
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 " ))
74
74
androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
75
75
debugImplementation(" androidx.compose.ui:ui-tooling" )
76
76
debugImplementation(" androidx.compose.ui:ui-test-manifest" )
You can’t perform that action at this time.
0 commit comments