From d13e0adb00a4aaab4894f689a6e819374a8aa616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 07:09:47 +0000 Subject: [PATCH] Bump appcompat from 1.2.0 to 1.3.0 (#1357) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f0ea6848..9b5408c8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -167,7 +167,7 @@ dependencies { implementation "androidx.core:core-ktx:1.5.0" implementation "androidx.activity:activity-ktx:1.2.3" - implementation "androidx.appcompat:appcompat:1.2.0" + implementation "androidx.appcompat:appcompat:1.3.0" implementation "androidx.appcompat:appcompat-resources:1.3.0" implementation "androidx.fragment:fragment-ktx:1.3.4" implementation "androidx.annotation:annotation:1.2.0"