File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
66
66
implementation(" androidx.core:core-ktx:1.13.1" )
67
67
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.4" )
68
68
implementation(" androidx.activity:activity-compose:1.9.1" )
69
- implementation(platform(" androidx.compose:compose-bom:2024.06.00 " ))
69
+ implementation(platform(" androidx.compose:compose-bom:2025.01.01 " ))
70
70
implementation(" androidx.compose.ui:ui" )
71
71
implementation(" androidx.compose.ui:ui-graphics" )
72
72
implementation(" androidx.compose.ui:ui-tooling-preview" )
@@ -78,7 +78,7 @@ dependencies {
78
78
testImplementation(" junit:junit:4.13.2" )
79
79
androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
80
80
androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
81
- androidTestImplementation(platform(" androidx.compose:compose-bom:2024.06.00 " ))
81
+ androidTestImplementation(platform(" androidx.compose:compose-bom:2025.01.01 " ))
82
82
androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
83
83
debugImplementation(" androidx.compose.ui:ui-tooling" )
84
84
debugImplementation(" androidx.compose.ui:ui-test-manifest" )
You can’t perform that action at this time.
0 commit comments