From 6479aa95d29af2d48987c4f8ed4284daed5dacf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 08:12:34 +0000 Subject: [PATCH] build(deps): bump com.mikepenz:google-material-typeface Bumps [com.mikepenz:google-material-typeface](https://github.com/mikepenz/Android-Iconics) from 3.0.1.3.original to 4.0.0.4-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:google-material-typeface dependency-version: 4.0.0.4-kotlin dependency-type: direct:production update-type: version-update:semver-major ... 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 d8c0a42bb..1b77f237f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.4.0' 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:google-material-typeface:4.0.0.4-kotlin@aar' implementation 'com.mikepenz:fontawesome-typeface:5.3.1.1@aar' implementation 'com.mikepenz:octicons-typeface:3.2.0.5@aar' implementation 'de.hdodenhof:circleimageview:3.1.0'