Bump iconics-core from 5.3.2 to 5.3.3 (#1921)

Bumps [iconics-core](https://github.com/mikepenz/Android-Iconics) from 5.3.2 to 5.3.3.
- [Release notes](https://github.com/mikepenz/Android-Iconics/releases)
- [Changelog](https://github.com/mikepenz/Android-Iconics/blob/develop/gradle-release.gradle)
- [Commits](https://github.com/mikepenz/Android-Iconics/compare/v5.3.2...v5.3.3)

---
updated-dependencies:
- dependency-name: com.mikepenz:iconics-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-15 17:34:35 -05:00 committed by GitHub
parent bba76f4c84
commit c0920928fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -195,7 +195,7 @@ dependencies {
implementation("com.google.android.material:compose-theme-adapter:1.0.4")
implementation("com.google.accompanist:accompanist-appcompat-theme:0.20.2")
implementation("com.mikepenz:iconics-core:5.3.2")
implementation("com.mikepenz:iconics-core:5.3.3")
implementation("com.mikepenz:community-material-typeface:5.8.55.0-kotlin@aar")
}

View file

@ -92,7 +92,7 @@ dependencies {
implementation("com.google.dagger:dagger:2.40")
kapt("com.google.dagger:dagger-compiler:2.40")
implementation("com.mikepenz:iconics-core:5.3.2")
implementation("com.mikepenz:iconics-core:5.3.3")
implementation("androidx.appcompat:appcompat:1.3.1")
implementation("com.mikepenz:community-material-typeface:5.8.55.0-kotlin@aar")
implementation("com.mikepenz:iconics-compose:5.3.2")