From 6b05fea922bbf8075d46c9f1a9b767054a4a5f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 08:29:09 +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.3-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 a79955419..0e6cbaf2b 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.8.0' implementation 'com.google.android.material:material:1.12.0' - implementation 'com.mikepenz:google-material-typeface:3.0.1.3.original@aar' + implementation 'com.mikepenz:google-material-typeface:4.0.0.3-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'