@@ -57,7 +57,7 @@ android {
57
57
compose = true
58
58
}
59
59
composeOptions {
60
- kotlinCompilerExtensionVersion = " 1.5.4 "
60
+ kotlinCompilerExtensionVersion = " 1.5.15 "
61
61
}
62
62
packaging {
63
63
resources {
@@ -68,22 +68,22 @@ android {
68
68
69
69
dependencies {
70
70
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.05.00 " ))
72
+ implementation(" androidx.activity:activity-compose:1.10 .1" )
73
73
implementation(" androidx.compose.material:material-icons-extended" )
74
74
implementation(" androidx.compose.material3:material3" )
75
75
implementation(" androidx.compose.material3:material3-window-size-class" )
76
76
implementation(" androidx.compose.ui:ui" )
77
77
implementation(" androidx.compose.ui:ui-graphics" )
78
78
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" )
80
80
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:${rootProject.extra[" lifecycle_version" ]} " )
81
81
implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:${rootProject.extra[" lifecycle_version" ]} " )
82
82
83
- androidTestImplementation(platform(" androidx.compose:compose-bom:2023.10.01 " ))
83
+ androidTestImplementation(platform(" androidx.compose:compose-bom:2025.05.00 " ))
84
84
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 " )
87
87
testImplementation(" junit:junit:4.13.2" )
88
88
89
89
debugImplementation(" androidx.compose.ui:ui-test-manifest" )
0 commit comments