From e50a931d84ec524f2daef9f645bd73ad0bf795e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:27:22 +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 04152a791..dd3ac5a22 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'androidx.annotation:annotation:1.1.0' 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'