[Android]: Bump material-icons-extended from 1.1.0 to 1.1.1

Bumps material-icons-extended from 1.1.0 to 1.1.1.

---
updated-dependencies:
- dependency-name: androidx.compose.material:material-icons-extended
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-24 07:21:11 +00:00
committed by GitHub
parent 0a2d84f83e
commit 02104fe0f7

View File

@@ -150,7 +150,7 @@ dependencies {
implementation 'androidx.compose.material:material:1.1.0'
// Material design icons
implementation 'androidx.compose.material:material-icons-core:1.1.0'
implementation 'androidx.compose.material:material-icons-extended:1.1.0'
implementation 'androidx.compose.material:material-icons-extended:1.1.1'
// Integration with activities
implementation 'androidx.activity:activity-compose:1.4.0'
// Integration with ViewModels