From b51c5de8bad32f9bb2c94fa720cf680eb35c02ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 05:11:33 +0000 Subject: [PATCH] all: bump com.mikepenz:materialdrawer from 6.1.1 to 9.0.1 in /app Bumps [com.mikepenz:materialdrawer](https://github.com/mikepenz/MaterialDrawer) from 6.1.1 to 9.0.1. - [Release notes](https://github.com/mikepenz/MaterialDrawer/releases) - [Commits](https://github.com/mikepenz/MaterialDrawer/compare/v6.1.1...v9.0.1) --- updated-dependencies: - dependency-name: com.mikepenz:materialdrawer dependency-version: 9.0.1 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 beb585373..456a70841 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.29' 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.1' implementation 'androidx.recyclerview:recyclerview:1.4.0' implementation 'androidx.annotation:annotation:1.9.1' implementation 'com.google.android.material:material:1.13.0'