From ecf7a00af2cbee594cc4fd2f7cd71587ae9337ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 08:17:52 +0800 Subject: [PATCH] Update dependency androidx.compose.material3:material3 to v1.3.0-beta04 (#4515) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5017325844..6a42e1b365 100644 --- a/build.gradle +++ b/build.gradle @@ -375,7 +375,7 @@ dependencies { implementation "androidx.compose.material:material-icons-extended" implementation "androidx.compose.material:material" implementation "androidx.compose.runtime:runtime-livedata" - implementation 'androidx.compose.material3:material3:1.3.0-beta03' + implementation 'androidx.compose.material3:material3:1.3.0-beta04' implementation 'androidx.compose.material3:material3-window-size-class:1.3.0-beta04' implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.activity:activity-compose:1.9.0"