From eeeca2fa04d0e9d50735fa58bb5753975ae01658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 12:09:16 +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.2-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-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 0097cbf8d..29e28f316 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.annotation:annotation:1.7.1' implementation 'com.google.android.material:material:1.11.0' - implementation 'com.mikepenz:google-material-typeface:3.0.1.3.original@aar' + implementation 'com.mikepenz:google-material-typeface:4.0.0.2-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'