@@ -56,7 +56,7 @@ android {
5656 compose = true
5757 }
5858 composeOptions {
59- kotlinCompilerExtensionVersion = " 1.5.3 "
59+ kotlinCompilerExtensionVersion = " 1.5.15 "
6060 }
6161 packaging {
6262 resources {
@@ -67,26 +67,26 @@ android {
6767
6868dependencies {
6969
70- implementation(platform(" androidx.compose:compose-bom:2023.10.01 " ))
71- implementation(" androidx.activity:activity-compose:1.8.0 " )
70+ implementation(platform(" androidx.compose:compose-bom:2025.06.00 " ))
71+ implementation(" androidx.activity:activity-compose:1.10.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.12 .0" )
78+ implementation(" androidx.core:core-ktx:1.16 .0" )
7979 implementation(" androidx.lifecycle:lifecycle-livedata-ktx:${rootProject.extra[" lifecycle_version" ]} " )
8080 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:${rootProject.extra[" lifecycle_version" ]} " )
8181 implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:${rootProject.extra[" lifecycle_version" ]} " )
8282 implementation(" androidx.lifecycle:lifecycle-viewmodel-savedstate:${rootProject.extra[" lifecycle_version" ]} " )
83- implementation(" androidx.navigation:navigation-compose:2.7.4 " )
83+ implementation(" androidx.navigation:navigation-compose:2.9.0 " )
8484
85- androidTestImplementation(platform(" androidx.compose:compose-bom:2023.10.01 " ))
85+ androidTestImplementation(platform(" androidx.compose:compose-bom:2025.06.00 " ))
8686 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
87- androidTestImplementation(" androidx.navigation:navigation-testing:2.7.4 " )
88- androidTestImplementation(" androidx.test.espresso:espresso-intents:3.5 .1" )
89- androidTestImplementation(" androidx.test.ext:junit:1.1.5 " )
87+ androidTestImplementation(" androidx.navigation:navigation-testing:2.9.0 " )
88+ androidTestImplementation(" androidx.test.espresso:espresso-intents:3.6 .1" )
89+ androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
9090
9191 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
9292 debugImplementation(" androidx.compose.ui:ui-tooling" )
0 commit comments