From e320c22bced3479c357e16090d620432f2bd0bfe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 2 Jul 2026 02:03:43 +0000 Subject: [PATCH] Update dependency androidx.compose.material:material to v1.11.4 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8e6c51b..845ded9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -105,7 +105,7 @@ android { dependencies { implementation 'androidx.compose.ui:ui' implementation 'androidx.compose.material3:material3:1.4.0' - implementation 'androidx.compose.material:material:1.11.3' + implementation 'androidx.compose.material:material:1.11.4' implementation 'androidx.compose.material:material-icons-extended:1.7.8' implementation 'androidx.navigation:navigation-compose:2.9.8' implementation 'androidx.preference:preference-ktx:1.2.1'