Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbinsky08 <timo@binsky.org>2022-10-13 15:11:02 +0300
committerbinsky08 <timo@binsky.org>2022-10-13 15:11:28 +0300
commit135c66ad076544c5b17b06e1ac7212f81527c480 (patch)
tree00dd671a3f83150917601b02f46b8f32ac2afb24
parente32e28f4dd4cc38ffc609ecae4d014f910f7e26a (diff)
downgrade appcompat to 1.4.1 to get a working build process with minifyEnabled
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
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'