File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,18 +51,18 @@ android {
5151
5252dependencies {
5353 implementation ' androidx.core:core-ktx:1.15.0'
54- implementation ' androidx.fragment:fragment-ktx:1.8.5 '
54+ implementation ' androidx.fragment:fragment-ktx:1.8.6 '
5555 implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
56- implementation ' androidx.activity:activity-compose:1.10.0 '
57- implementation platform(' androidx.compose:compose-bom:2025.01.01 ' )
56+ implementation ' androidx.activity:activity-compose:1.10.1 '
57+ implementation platform(' androidx.compose:compose-bom:2025.03.00 ' )
5858 implementation ' androidx.compose.ui:ui'
5959 implementation ' androidx.compose.ui:ui-graphics'
6060 implementation ' androidx.compose.ui:ui-tooling-preview'
6161 implementation ' androidx.compose.material3:material3'
6262 testImplementation ' junit:junit:4.13.2'
6363 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
6464 androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1'
65- androidTestImplementation platform(' androidx.compose:compose-bom:2025.01.01 ' )
65+ androidTestImplementation platform(' androidx.compose:compose-bom:2025.03.00 ' )
6666 androidTestImplementation ' androidx.compose.ui:ui-test-junit4'
6767 debugImplementation ' androidx.compose.ui:ui-tooling'
6868 debugImplementation ' androidx.compose.ui:ui-test-manifest'
You can’t perform that action at this time.
0 commit comments