Skip to content

Commit

Permalink
Bump community-material-typeface from 5.8.55.0-kotlin to 6.4.95.0-kot…
Browse files Browse the repository at this point in the history
…lin (#1930)

Bumps [community-material-typeface](https://github.com/mikepenz/Android-Iconics) from 5.8.55.0-kotlin to 6.4.95.0-kotlin.
- [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/commits)

---
updated-dependencies:
- dependency-name: com.mikepenz:community-material-typeface
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 15, 2021
1 parent 06926ff commit b88d7f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ dependencies {
implementation("com.google.accompanist:accompanist-appcompat-theme:0.20.2")

implementation("com.mikepenz:iconics-core:5.3.3")
implementation("com.mikepenz:community-material-typeface:5.8.55.0-kotlin@aar")
implementation("com.mikepenz:community-material-typeface:6.4.95.0-kotlin@aar")
}

// Disable to fix memory leak and be compatible with the configuration cache.
Expand Down
2 changes: 1 addition & 1 deletion wear/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependencies {

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:community-material-typeface:6.4.95.0-kotlin@aar")
implementation("com.mikepenz:iconics-compose:5.3.3")

implementation("androidx.activity:activity-compose:1.4.0")
Expand Down

0 comments on commit b88d7f6

Please sign in to comment.