From 34a9130d138fd03c97386a82ca843db941328b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 02:16:20 +0000 Subject: [PATCH] Bump com.mikepenz:material-design-iconic-typeface Bumps [com.mikepenz:material-design-iconic-typeface](https://github.com/mikepenz/Android-Iconics) from 2.2.0.8-kotlin to 2.2.0.9-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:material-design-iconic-typeface dependency-type: direct:production update-type: version-update:semver-patch ... 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 afbed7f..de621bc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'com.fxn769:pix:1.5.6' implementation 'com.github.skydoves:colorpickerview:2.2.4' implementation 'com.mikepenz:iconics-core:5.5.0-compose01' - implementation 'com.mikepenz:material-design-iconic-typeface:2.2.0.8-kotlin@aar' + implementation 'com.mikepenz:material-design-iconic-typeface:2.2.0.9-kotlin@aar' implementation 'com.github.javiersantos:MaterialStyledDialogs:3.0.2' implementation 'com.github.numerative:Five-Star-Me:2.1.2'