From e54eb22ac0e42d3ace1c758a0b531267186b4021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 00:58:48 +0000 Subject: [PATCH] Bump androidx.drawerlayout:drawerlayout from 1.1.1 to 1.2.0 Bumps androidx.drawerlayout:drawerlayout from 1.1.1 to 1.2.0. --- updated-dependencies: - dependency-name: androidx.drawerlayout:drawerlayout dependency-type: direct:production update-type: version-update:semver-minor ... 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 b30afabd2..ce11daced 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -100,6 +100,6 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' implementation 'androidx.annotation:annotation:1.5.0' - implementation 'androidx.drawerlayout:drawerlayout:1.1.1' + implementation 'androidx.drawerlayout:drawerlayout:1.2.0' compileOnly project(':shell-loader:stub') }