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-20 18:55:33 +0300
committerStefan Niedermann <info@niedermann.it>2020-12-20 18:55:33 +0300
commit2b0b5b240d29ae26cae1d3f2a18240a25b10c973 (patch)
tree813ae3615b205aea056243b92d7910443a3594e3
parent2312bf918cbfdaf6afcd21288b1745ea8926a828 (diff)
- 👤 Fix image loading when Nextcloud instance is not installed in the root directory (#664, #706, #754)
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1013005.txt3
2 files changed, 4 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 026def452..31d4e327b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -54,8 +54,8 @@ android {
dependencies {
// Single-Sign-On
implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.4'
- implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.2.0'
- implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.2.0'
+ implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.2.2'
+ implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.2.2'
implementation 'com.github.stefan-niedermann:android-commons:0.1.1'
// --------------------
diff --git a/fastlane/metadata/android/en-US/changelogs/1013005.txt b/fastlane/metadata/android/en-US/changelogs/1013005.txt
index 3b28c48c9..bcaccb8f4 100644
--- a/fastlane/metadata/android/en-US/changelogs/1013005.txt
+++ b/fastlane/metadata/android/en-US/changelogs/1013005.txt
@@ -1 +1,2 @@
-- 🔢 Auto continuate ordered lists (#768) \ No newline at end of file
+- 🔢 Auto continuate 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