From 9edb4fb42dedeb683b7db307ab11751a74bcaf14 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 20:14:42 +0000 Subject: [PATCH] Bump appcompat from 1.1.0 to 1.2.0 Bumps appcompat from 1.1.0 to 1.2.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..a9a4fa2 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.2.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' kapt "androidx.room:room-compiler:$roomVersion" testImplementation "androidx.arch.core:core-testing:$archCompomentVersion"