From cf9e38fa45784c85b93f62e37b3e5c214c0fbfbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jan 2021 02:04:31 +0000 Subject: [PATCH] Bump appcompat from 1.2.0-rc01 to 1.2.0 Signed-off-by: dependabot[bot] Signed-off-by: tobiasKaminsky --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 117a3a13b3..34df4e4995 100644 --- a/build.gradle +++ b/build.gradle @@ -287,7 +287,7 @@ dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.google.android.material:material:1.2.1' implementation 'com.jakewharton:disklrucache:2.0.2' - implementation 'androidx.appcompat:appcompat:1.2.0-rc01' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.exifinterface:exifinterface:1.3.2' implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"