Skip to content

Commit 3286412

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 d533ee7 commit 3286412

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
@@ -325,7 +325,7 @@ dependencies {
325325
//compose
326326
implementation(platform("androidx.compose:compose-bom:2025.09.00"))
327327
implementation("androidx.compose.ui:ui")
328-
implementation 'androidx.compose.material3:material3:1.3.2'
328+
implementation 'androidx.compose.material3:material3:1.4.0'
329329
implementation("androidx.compose.ui:ui-tooling-preview")
330330
implementation 'androidx.activity:activity-compose:1.10.1'
331331
debugImplementation("androidx.compose.ui:ui-tooling")

0 commit comments

Comments
 (0)