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 16:04:37 +0300
committerbinsky08 <timo@binsky.org>2022-10-13 16:04:37 +0300
commit931ad58d5b7130b141801033a7d4c819ece7b039 (patch)
tree9053b89ef287187822be5c62b4608b154ff83861
parent135c66ad076544c5b17b06e1ac7212f81527c480 (diff)
set 'minifyEnabled false' because it breaks the app
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3b3b149..97199cb 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -44,7 +44,7 @@ android {
}
buildTypes {
release {
- minifyEnabled true
+ minifyEnabled false
debuggable false
resValue "string", "app_name", "@string/app_name_release"
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'