From 641d32de467473ab45c581b1940231526cdb1069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:26:46 +0000 Subject: [PATCH] Bump com.mikepenz:materialdrawer in /android-refimpl-app Bumps [com.mikepenz:materialdrawer](https://github.com/mikepenz/MaterialDrawer) from 6.0.9 to 9.0.2. - [Release notes](https://github.com/mikepenz/MaterialDrawer/releases) - [Changelog](https://github.com/mikepenz/MaterialDrawer/blob/develop/gradle-release.gradle) - [Commits](https://github.com/mikepenz/MaterialDrawer/compare/v6.0.9...v9.0.2) --- updated-dependencies: - dependency-name: com.mikepenz:materialdrawer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- android-refimpl-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-refimpl-app/app/build.gradle b/android-refimpl-app/app/build.gradle index 765a49abd..4bc267c2b 100644 --- a/android-refimpl-app/app/build.gradle +++ b/android-refimpl-app/app/build.gradle @@ -282,7 +282,7 @@ dependencies { // // HINT: can't update to latest version: just too many useless changes and also kotlin again :-( //noinspection GradleDependency - implementation('com.mikepenz:materialdrawer:6.0.9@aar') { + implementation('com.mikepenz:materialdrawer:9.0.2@aar') { transitive = true exclude group: 'com.android.support' exclude group: 'com.github.bumptech.glide'