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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-04-09 00:13:32 +0300
committerStefan Niedermann <info@niedermann.it>2021-04-09 00:14:04 +0300
commit915d413a196d262ac7a069e886086814add4f888 (patch)
tree99c227bc818e9b0ad1e4653fb6d6528f9a3d0c2e
parent5225d3e69eea4d9c47b8c142d66c4e9c3851993e (diff)
Enable code minification for production builds
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle2
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1016002.txt8
2 files changed, 9 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 9943988dd..1b126c770 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -24,7 +24,7 @@ android {
}
buildTypes {
release {
- minifyEnabled false
+ minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
diff --git a/fastlane/metadata/android/en-US/changelogs/1016002.txt b/fastlane/metadata/android/en-US/changelogs/1016002.txt
new file mode 100644
index 000000000..60fd7a01b
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1016002.txt
@@ -0,0 +1,8 @@
+1.16.2
+
+- 📦 Enable code minification
+
+1.16.1
+
+- ✅ Number of tasks in a checklist is not shown unless there is a comment on the card too (#910)
+- 🐞 Crash when adding labels (#917) \ No newline at end of file