From 1fcf75f192aba28febfae22fbabcc820b1351cdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 10:00:52 +0000 Subject: [PATCH] [Android]: Bump material-icons-extended from 1.0.5 to 1.1.0 Bumps material-icons-extended from 1.0.5 to 1.1.0. --- updated-dependencies: - dependency-name: androidx.compose.material:material-icons-extended dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3bc73216..95939359 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -150,7 +150,7 @@ dependencies { implementation 'androidx.compose.material:material:1.0.5' // Material design icons implementation 'androidx.compose.material:material-icons-core:1.0.5' - implementation 'androidx.compose.material:material-icons-extended:1.0.5' + implementation 'androidx.compose.material:material-icons-extended:1.1.0' // Integration with activities implementation 'androidx.activity:activity-compose:1.4.0' // Integration with ViewModels