@@ -63,21 +63,21 @@ android {
6363}
6464
6565dependencies {
66- implementation(platform(" androidx.compose:compose-bom:2024.12 .01" ))
67- implementation(" androidx.activity:activity-compose:1.9.3 " )
66+ implementation(platform(" androidx.compose:compose-bom:2025.09 .01" ))
67+ implementation(" androidx.activity:activity-compose:1.11.0 " )
6868 implementation(" androidx.compose.material:material-icons-extended" )
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" )
73- implementation(" androidx.core:core-ktx:1.15 .0" )
73+ implementation(" androidx.core:core-ktx:1.17 .0" )
7474 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:${rootProject.extra[" lifecycle_version" ]} " )
7575 implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:${rootProject.extra[" lifecycle_version" ]} " )
7676
77- androidTestImplementation(platform(" androidx.compose:compose-bom:2024.12 .01" ))
77+ androidTestImplementation(platform(" androidx.compose:compose-bom:2025.09 .01" ))
7878 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
79- androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1 " )
80- androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
79+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.7.0 " )
80+ androidTestImplementation(" androidx.test.ext:junit:1.3.0 " )
8181 testImplementation(" junit:junit:4.13.2" )
8282
8383 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
0 commit comments