From e52f38bd037111689b61838321588f18221c0d6f Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Thu, 18 Mar 2021 16:53:33 +0800 Subject: [PATCH] app: update appcompat library to 1.3.0-beta01 * Otherwise the linter won't let us do a release build due to it depending on an old Fragment version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fb0b03e..bc14cf6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.legacy:legacy-support-core-ui:1.0.0' implementation 'androidx.fragment:fragment:1.3.1' - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.0-beta01' implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'com.google.android.material:material:1.3.0'