From 135c66ad076544c5b17b06e1ac7212f81527c480 Mon Sep 17 00:00:00 2001 From: binsky08 Date: Thu, 13 Oct 2022 14:11:02 +0200 Subject: downgrade appcompat to 1.4.1 to get a working build process with minifyEnabled --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index aef1058..3b3b149 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -108,7 +108,7 @@ dependencies { // Nextcloud SSO implementation "com.github.nextcloud:Android-SingleSignOn:0.6.1" - implementation 'androidx.appcompat:appcompat:1.5.0' + implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.6.1' implementation 'com.jakewharton:butterknife:10.2.3' implementation 'com.koushikdutta.ion:ion:3.1.0' -- cgit v1.2.3