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 @@ -64,15 +64,15 @@ android {
6464
6565dependencies {
6666
67- implementation(platform(" androidx.compose:compose-bom:2024.11.00 " ))
67+ implementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
6868 implementation(" androidx.activity:activity-compose:1.9.3" )
6969 implementation(" androidx.compose.material3:material3" )
7070 implementation(" androidx.compose.ui:ui" )
7171 implementation(" androidx.compose.ui:ui-graphics" )
7272 implementation(" androidx.compose.ui:ui-tooling-preview" )
7373 implementation(" androidx.core:core-ktx:1.15.0" )
7474 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.7" )
75- implementation(" androidx.navigation:navigation-compose:2.8.4 " )
75+ implementation(" androidx.navigation:navigation-compose:2.8.5 " )
7676
7777 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
7878 debugImplementation(" androidx.compose.ui:ui-tooling" )
You can’t perform that action at this time.
0 commit comments