From e82f2adac1925ac408ccda2dca0d4f2344eecaef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 02:32:58 +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 cda593638e..ec80464886 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -91,7 +91,7 @@ dependencies { implementation 'com.afollestad.material-dialogs:commons:0.9.6.0' implementation 'com.google.code.gson:gson:2.10.1' implementation 'org.codehaus.jackson:jackson-mapper-asl:1.9.13-atlassian-2' - implementation('com.mikepenz:materialdrawer:6.1.1@aar') { + implementation('com.mikepenz:materialdrawer:9.0.2@aar') { transitive = true } implementation 'androidx.appcompat:appcompat:1.6.1'