From 201859fb2fa437b3397f98c0b4a29775e94f0e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 13:28:41 +0000 Subject: Bump appcompat from 1.5.0 to 1.5.1 Bumps appcompat from 1.5.0 to 1.5.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-patch ... 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 a8a9e20f..ba202def 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -92,7 +92,7 @@ dependencies { annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2' // Android X - implementation 'androidx.appcompat:appcompat:1.5.0' + implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'androidx.core:core-splashscreen:1.0.0' implementation 'androidx.fragment:fragment:1.5.2' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' -- cgit v1.2.3