Skip to content

Commit a244f2c

Browse files
Update dependency androidx.compose:compose-bom to v2025.09.01
1 parent fa5c9f5 commit a244f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.3"
7676
implementation "androidx.activity:activity-compose:1.11.0"
7777

78-
implementation platform("androidx.compose:compose-bom:2025.09.00")
78+
implementation platform("androidx.compose:compose-bom:2025.09.01")
7979
implementation "androidx.compose.foundation:foundation"
8080
implementation "androidx.compose.ui:ui"
8181
implementation "androidx.compose.ui:ui-graphics"
@@ -98,7 +98,7 @@ dependencies {
9898

9999
androidTestImplementation "androidx.test.ext:junit:1.3.0"
100100
androidTestImplementation "androidx.test.espresso:espresso-core:3.7.0"
101-
androidTestImplementation platform("androidx.compose:compose-bom:2025.09.00")
101+
androidTestImplementation platform("androidx.compose:compose-bom:2025.09.01")
102102
androidTestImplementation "androidx.compose.ui:ui-test-junit4"
103103

104104
debugImplementation "androidx.compose.ui:ui-tooling"

0 commit comments

Comments
 (0)