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>2020-12-21 13:50:18 +0300
committerStefan Niedermann <info@niedermann.it>2020-12-21 13:50:18 +0300
commitd9c089fa3783534d12b4eff3dc742079269821c9 (patch)
tree046ff7e2af28c4abc95b86d78cbf8c19020bd70e
parentdf35bd087eda1fb6e0bfc32c6710a94cacfc3cee (diff)
version bump to 1.13.51.13.5
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1013005.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 31d4e327b..7c89ff6b5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 19
targetSdkVersion 29
- versionCode 1013004
- versionName "1.13.4"
+ versionCode 1013005
+ versionName "1.13.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {
diff --git a/fastlane/metadata/android/en-US/changelogs/1013005.txt b/fastlane/metadata/android/en-US/changelogs/1013005.txt
index bcaccb8f4..003762e15 100644
--- a/fastlane/metadata/android/en-US/changelogs/1013005.txt
+++ b/fastlane/metadata/android/en-US/changelogs/1013005.txt
@@ -1,2 +1,2 @@
-- 🔢 Auto continuate ordered lists (#768)
+- 🔢 Auto continuation for ordered lists (#768)
- 👤 Fix image loading when Nextcloud instance is not installed in the root directory (#664, #706, #754) \ No newline at end of file