From 88fd9f9c002fed9c7cbc5b4880d323a0cbf6393e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 23:21:02 +0000 Subject: [PATCH] Bump appcompat from 1.1.0 to 1.5.1 Bumps appcompat from 1.1.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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7e5478a..c530945 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,6 +26,6 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:4.4.0' implementation 'com.google.code.gson:gson:2.8.5' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'androidx.recyclerview:recyclerview:1.1.0' }