Skip to content

Commit bf075fe

Browse files
fix(deps): update dependency androidx.compose:compose-bom to v2025.08.00
1 parent c8b1dda commit bf075fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sampleapp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
implementation("androidx.core:core-ktx:1.16.0")
5555
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.0")
5656
implementation("androidx.activity:activity-compose:1.10.1")
57-
implementation(platform("androidx.compose:compose-bom:2025.05.00"))
57+
implementation(platform("androidx.compose:compose-bom:2025.08.00"))
5858
implementation("androidx.compose.ui:ui")
5959
implementation("androidx.compose.ui:ui-graphics")
6060
implementation("androidx.compose.ui:ui-tooling-preview")

0 commit comments

Comments
 (0)