From 22b71ad4e52a2b931a74d02e03a7605d14bf9406 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sun, 9 Jan 2022 14:40:57 +0100 Subject: [PATCH] Downgrade appcompat (breaks build) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8dee901..5ca4c40 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,7 +50,7 @@ if (project.hasProperty('sign')) { dependencies { implementation project(':client') implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.4.0' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'androidx.legacy:legacy-support-v4:1.0.0'