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:
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1021004.txt13
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1021005.txt16
3 files changed, 19 insertions, 14 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 7792d0f24..6a2186e26 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 23
targetSdkVersion 32
- versionCode 1021004
- versionName "1.21.4"
+ versionCode 1021005
+ versionName "1.21.5"
vectorDrawables.useSupportLibrary true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
diff --git a/fastlane/metadata/android/en-US/changelogs/1021004.txt b/fastlane/metadata/android/en-US/changelogs/1021004.txt
index e7bd3e091..44d36c0c8 100644
--- a/fastlane/metadata/android/en-US/changelogs/1021004.txt
+++ b/fastlane/metadata/android/en-US/changelogs/1021004.txt
@@ -1,12 +1 @@
-1.21.4
-
-- 🐞 Handle missing file size and mimetype properties in attachments
-
-1.21.3
-
-- 🌎 Updated translations
-
-1.21.2
-
-- 🎨 Fix small Material 3 design glitches (#1376)
-- ⌚ Better hint for due time picker (#1375) \ No newline at end of file
+- 🐞 Handle missing file size and mimetype properties in attachments \ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/1021005.txt b/fastlane/metadata/android/en-US/changelogs/1021005.txt
new file mode 100644
index 000000000..ca804e218
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1021005.txt
@@ -0,0 +1,16 @@
+1.21.5
+
+- 🐞 Fix dependency issue caused by lowered targetSdk
+
+1.21.4
+
+- 🐞 Handle missing file size and mimetype properties in attachments
+
+1.21.3
+
+- 🌎 Updated translations
+
+1.21.2
+
+- 🎨 Fix small Material 3 design glitches (#1376)
+- ⌚ Better hint for due time picker (#1375) \ No newline at end of file