@@ -65,22 +65,22 @@ android {
6565
6666dependencies {
6767
68- implementation(platform(" androidx.compose:compose-bom:2024.12 .01" ))
69- implementation(" androidx.activity:activity-compose:1.9.3 " )
70- implementation(" androidx.activity:activity-ktx:1.9.3 " )
71- implementation(" androidx.appcompat:appcompat:1.7.0 " )
68+ implementation(platform(" androidx.compose:compose-bom:2025.08 .01" ))
69+ implementation(" androidx.activity:activity-compose:1.10.1 " )
70+ implementation(" androidx.activity:activity-ktx:1.10.1 " )
71+ implementation(" androidx.appcompat:appcompat:1.7.1 " )
7272 implementation(" androidx.compose.material3:material3" )
7373 implementation(" androidx.compose.runtime:runtime" )
7474 implementation(" androidx.compose.runtime:runtime-livedata" )
7575 implementation(" androidx.compose.ui:ui" )
7676 implementation(" androidx.compose.ui:ui-graphics" )
7777 implementation(" androidx.compose.ui:ui-tooling-preview" )
78- implementation(" androidx.core:core-ktx:1.15 .0" )
78+ implementation(" androidx.core:core-ktx:1.17 .0" )
7979 implementation(" androidx.lifecycle:lifecycle-livedata-ktx:${rootProject.extra[" lifecycle_version" ]} " )
8080 implementation(" androidx.lifecycle:lifecycle-runtime-compose:${rootProject.extra[" lifecycle_version" ]} " )
8181 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:${rootProject.extra[" lifecycle_version" ]} " )
8282 implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:${rootProject.extra[" lifecycle_version" ]} " )
83- implementation(" androidx.work:work-runtime-ktx:2.10.0 " )
83+ implementation(" androidx.work:work-runtime-ktx:2.10.3 " )
8484 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
8585 debugImplementation(" androidx.compose.ui:ui-tooling" )
8686}
0 commit comments