From 2a3a292bd36988a379e10bbbf48dc76860abb835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 13:05:44 +0000 Subject: [PATCH] Bump appcompat from 1.5.1 to 1.6.0 Bumps appcompat from 1.5.1 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat 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 b7324c4fc..f5cbfc7b9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -92,7 +92,7 @@ dependencies { annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2' // Android X - implementation 'androidx.appcompat:appcompat:1.5.1' + implementation 'androidx.appcompat:appcompat:1.6.0' implementation 'androidx.core:core-splashscreen:1.0.0' implementation 'androidx.fragment:fragment:1.5.5' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'