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-08-04 15:42:34 +0300
committerStefan Niedermann <info@niedermann.it>2021-08-04 15:42:34 +0300
commiteb8a346f61ae088ef0d9fd8c9e1956c35aa56dc0 (patch)
tree668c2b53db07b000d7336c13de27001b5cd40e4e
parent121dd3ec1a680b1bc5f83a1b0c866147ffab8c7e (diff)
version bump to 1.19.31.19.3
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1019003.txt13
2 files changed, 15 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b471ab2d1..96aaea0f1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 21
targetSdkVersion 30
- versionCode 1019002
- versionName "1.19.2"
+ versionCode 1019003
+ versionName "1.19.3"
vectorDrawables.useSupportLibrary true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
diff --git a/fastlane/metadata/android/en-US/changelogs/1019003.txt b/fastlane/metadata/android/en-US/changelogs/1019003.txt
new file mode 100644
index 000000000..beb24bba1
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1019003.txt
@@ -0,0 +1,13 @@
+1.19.3
+
+- 🐞 Workaround for Deck server bug when connecting the first time (https://github.com/nextcloud/deck/issues/3229)
+
+1.19.2
+
+- 🌎 Updated translations
+
+1.19.1
+
+- 🐞 Fix crash on Huawei devices when working with splitscreen (#1025)
+- 🐞 Display infrastructure related issues only on pull2refresh (#1061, #1063, #1064)
+- 🌎 French translation review by @ldmpub \ No newline at end of file