From 40a1e5cb429194b33023b42219cf0c40cac357f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 08:43:48 +0000 Subject: [PATCH] Bump com.mikepenz:materialdrawer from 9.0.0 to 9.0.2 in /app Bumps [com.mikepenz:materialdrawer](https://github.com/mikepenz/MaterialDrawer) from 9.0.0 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/v9.0.0...v9.0.2) --- updated-dependencies: - dependency-name: com.mikepenz:materialdrawer dependency-type: direct:production update-type: version-update:semver-patch ... 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 65e06d544..beffe1783 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -336,7 +336,7 @@ dependencies { exclude module: 'fastadapter' } - implementation('com.mikepenz:materialdrawer:9.0.0@aar') { + implementation('com.mikepenz:materialdrawer:9.0.2@aar') { transitive = true exclude group: 'com.android.support', module: 'appcompat-v7' exclude group: 'com.android.support', module: 'design'