From a36e45cd8d33eda3ef772fdbae615ce64e72060b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 20:27:34 +0000 Subject: [PATCH] Bump appcompat from 1.1.0 to 1.3.1 Bumps appcompat from 1.1.0 to 1.3.1. Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 85b61df..a36e71f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycleVersion" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycleVersion" implementation "androidx.room:room-runtime:$roomVersion" - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' kapt "androidx.room:room-compiler:$roomVersion" testImplementation "androidx.arch.core:core-testing:$archCompomentVersion"