@@ -57,7 +57,7 @@ android {
5757 compose = true
5858 }
5959 composeOptions {
60- kotlinCompilerExtensionVersion = " 1.5.4 "
60+ kotlinCompilerExtensionVersion = " 1.5.15 "
6161 }
6262 packaging {
6363 resources {
@@ -68,22 +68,22 @@ android {
6868
6969dependencies {
7070
71- implementation(platform(" androidx.compose:compose-bom:2023.10.01 " ))
72- implementation(" androidx.activity:activity-compose:1.8 .1" )
71+ implementation(platform(" androidx.compose:compose-bom:2025.04.00 " ))
72+ implementation(" androidx.activity:activity-compose:1.10 .1" )
7373 implementation(" androidx.compose.material:material-icons-extended" )
7474 implementation(" androidx.compose.material3:material3" )
7575 implementation(" androidx.compose.material3:material3-window-size-class" )
7676 implementation(" androidx.compose.ui:ui" )
7777 implementation(" androidx.compose.ui:ui-graphics" )
7878 implementation(" androidx.compose.ui:ui-tooling-preview" )
79- implementation(" androidx.core:core-ktx:1.12 .0" )
79+ implementation(" androidx.core:core-ktx:1.16 .0" )
8080 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:${rootProject.extra[" lifecycle_version" ]} " )
8181 implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:${rootProject.extra[" lifecycle_version" ]} " )
8282
83- androidTestImplementation(platform(" androidx.compose:compose-bom:2023.10.01 " ))
83+ androidTestImplementation(platform(" androidx.compose:compose-bom:2025.04.00 " ))
8484 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
85- androidTestImplementation(" androidx.test.espresso:espresso-core:3.5 .1" )
86- androidTestImplementation(" androidx.test.ext:junit:1.1.5 " )
85+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6 .1" )
86+ androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
8787 testImplementation(" junit:junit:4.13.2" )
8888
8989 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
0 commit comments