From e42819a7e7b2ec3d07a77a9b5ad8eef9c67e5874 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Fri, 29 Oct 2021 14:26:32 -0400 Subject: [PATCH] chore: bump dependencies --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6256c09..c191e3a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.legacy:legacy-support-core-ui:1.0.0' implementation 'androidx.fragment:fragment:1.3.6' - implementation 'androidx.appcompat:appcompat:1.4.0-beta01' + implementation 'androidx.appcompat:appcompat:1.4.0-rc01' implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.1' implementation 'com.google.android.material:material:1.4.0'