From 62ca394c9a24b3c789ee56cb5ea79461e0bf21c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 19:48:14 +0000 Subject: [PATCH] Bump appcompat-resources from 1.3.0 to 1.3.1 (#1403) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ce0e9270..19bda36e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -174,7 +174,7 @@ dependencies { implementation "androidx.core:core-ktx:1.6.0" implementation "androidx.activity:activity-ktx:1.2.4" implementation "androidx.appcompat:appcompat:1.3.0" - implementation "androidx.appcompat:appcompat-resources:1.3.0" + implementation "androidx.appcompat:appcompat-resources:1.3.1" implementation "androidx.fragment:fragment-ktx:1.3.5" implementation "androidx.annotation:annotation:1.2.0"