From 7697394c3125df53d544c2ee9abfce0ba459bd79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 02:25:22 +0000 Subject: [PATCH] Bump materialdrawer from 8.4.1 to 9.0.1 Bumps [materialdrawer](https://github.com/mikepenz/MaterialDrawer) from 8.4.1 to 9.0.1. - [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/v8.4.1...v9.0.1) --- 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 4d90bc3..ef41507 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation "androidx.fragment:fragment-ktx:1.4.0-alpha03" implementation "androidx.constraintlayout:constraintlayout:2.1.0-beta02" implementation "com.google.android.material:material:1.4.0-rc01" - implementation "com.mikepenz:materialdrawer:8.4.1" + implementation "com.mikepenz:materialdrawer:9.0.1" implementation "com.mikepenz:iconics-core:5.3.0-b01" implementation "com.mikepenz:material-design-icons-dx-typeface:5.0.1.2-kotlin@aar"