From 26c14eee2ce85127af7d1f997486ee81517e328a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 05:10:34 +0000 Subject: [PATCH] all: bump com.mikepenz:fontawesome-typeface in /app Bumps [com.mikepenz:fontawesome-typeface](https://github.com/mikepenz/Android-Iconics) from 5.3.1.1 to 5.13.3.2-kotlin. - [Release notes](https://github.com/mikepenz/Android-Iconics/releases) - [Commits](https://github.com/mikepenz/Android-Iconics/commits) --- updated-dependencies: - dependency-name: com.mikepenz:fontawesome-typeface dependency-version: 5.13.3.2-kotlin 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 beb585373..5ffb5420a 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.13.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.2-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'