From ebcd303a3d01376c745e83b165fd3bd471fe0d05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 13:10:24 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.2.0 to 1.6.1 in /00-Login Bumps androidx.appcompat:appcompat from 1.2.0 to 1.6.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..cf4bbfea 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.6.1' testImplementation 'junit:junit:4.13.2' }