From 16f887a7a626d9c3dfd63caf9c50c50c6138916c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 12:21:01 +0000 Subject: [PATCH] Bump appcompat from 1.2.0 to 1.5.1 in /00-Login Bumps appcompat from 1.2.0 to 1.5.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 00-Login/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-Login/app/build.gradle b/00-Login/app/build.gradle index 4b0e039a..a400dfc7 100644 --- a/00-Login/app/build.gradle +++ b/00-Login/app/build.gradle @@ -25,6 +25,6 @@ android { dependencies { implementation 'com.auth0.android:auth0:2.8.0' - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.5.1' testImplementation 'junit:junit:4.13.2' }