From 435e4c055d8c678b7c0dbaf4eb6e6d734f3466b4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 20:29:14 +0000 Subject: [PATCH] Bump appcompat from 1.1.0 to 1.3.0 Bumps appcompat from 1.1.0 to 1.3.0. 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..8e45195 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.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' kapt "androidx.room:room-compiler:$roomVersion" testImplementation "androidx.arch.core:core-testing:$archCompomentVersion"