From 1e715b4914e9b70f0eb484a019709051e19f1577 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sat, 11 Dec 2021 22:11:46 +0100 Subject: [PATCH] revert appcompat because it enforces android target sdk 31 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ea613680a..4fba9bf48 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -85,7 +85,7 @@ dependencies { testImplementation "com.google.code.gson:gson:2.8.6" implementation fileTree(dir: "libs", include: ["*.jar"]) - implementation "androidx.appcompat:appcompat:1.4.0" + implementation "androidx.appcompat:appcompat:1.3.1" implementation "androidx.preference:preference:1.1.1" implementation "androidx.cardview:cardview:1.0.0" implementation "androidx.recyclerview:recyclerview:1.2.1"