From 27619156e863b3b76845d395285663b5cc82155a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 05:20:54 +0000 Subject: [PATCH] build(deps): bump com.mikepenz:fontawesome-typeface Bumps [com.mikepenz:fontawesome-typeface](https://github.com/mikepenz/Android-Iconics) from 5.3.1.1 to 5.13.3.1-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:fontawesome-typeface 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 5a72dce78..9e4101b04 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.9.1' implementation 'com.google.android.material:material:1.12.0' implementation 'com.mikepenz:google-material-typeface:3.0.1.3.original@aar' - implementation 'com.mikepenz:fontawesome-typeface:5.3.1.1@aar' + implementation 'com.mikepenz:fontawesome-typeface:5.13.3.1-kotlin@aar' implementation 'com.mikepenz:octicons-typeface:3.2.0.5@aar' implementation 'de.hdodenhof:circleimageview:3.1.0' implementation 'com.mikepenz:itemanimators:1.1.0'