From 9b7b775888d5feb87cd289f60596349990161be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=A4nge?= Date: Fri, 16 Aug 2024 18:50:57 +0200 Subject: [PATCH] Downgrade appcompat version to fix build errors --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 78c079b..2beac2d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ dependencies { exclude group: 'com.android.support', module: 'support-v4' exclude module: 'recyclerview-v7' } - implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.legacy:legacy-support-core-utils:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.3.2'