From 2523500adf86fd317adbfe86492514e9de993063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 12:09:28 +0000 Subject: [PATCH] build(deps): bump com.mikepenz:materialdrawer from 6.1.1 to 9.0.2 Bumps [com.mikepenz:materialdrawer](https://github.com/mikepenz/MaterialDrawer) from 6.1.1 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.1.1...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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0097cbf8d..5d350cb90 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.28' implementation 'com.google.android.material:material:' implementation 'com.afollestad.material-dialogs:commons:0.9.6.0' - implementation 'com.mikepenz:materialdrawer:6.1.1' + implementation 'com.mikepenz:materialdrawer:9.0.2' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.annotation:annotation:1.7.1' implementation 'com.google.android.material:material:1.11.0'