Skip to content

Commit c88dfe9

Browse files
fix(deps): update dependency androidx.compose.material3:material3 to v1.4.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a743aa0 commit c88dfe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ dependencies {
321321
//compose
322322
implementation(platform("androidx.compose:compose-bom:2025.09.00"))
323323
implementation("androidx.compose.ui:ui")
324-
implementation 'androidx.compose.material3:material3:1.3.2'
324+
implementation 'androidx.compose.material3:material3:1.4.0'
325325
implementation("androidx.compose.ui:ui-tooling-preview")
326326
implementation 'androidx.activity:activity-compose:1.10.1'
327327
debugImplementation("androidx.compose.ui:ui-tooling")

0 commit comments

Comments
 (0)