From 1493cb1dac8b78aebc23c3a6856151b6b7070a56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:48:18 +0000 Subject: [PATCH] Update dependency androidx.compose.material3:material3 to v1.3.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 43b925d0f..9dd6b0d7b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -313,7 +313,7 @@ dependencies { //compose implementation(platform("androidx.compose:compose-bom:2024.10.00")) implementation("androidx.compose.ui:ui") - implementation 'androidx.compose.material3:material3:1.3.0' + implementation 'androidx.compose.material3:material3:1.3.1' implementation("androidx.compose.ui:ui-tooling-preview") implementation 'androidx.activity:activity-compose:1.9.3' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.6'