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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2023-04-11 09:24:20 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2023-04-11 11:04:23 +0300
commit2b57ad6d3c45410c8efa7c3098cc2e38c26d3246 (patch)
tree8fef487fce2749fd55a3ee01f3ee646bb942cdb3 /app
parent9e62f96e55dc50ddc7dc23fa79342bdda21dd37b (diff)
feat(theming): Bump nextcloud-common to 0.8.0
Follow-Up to https://github.com/nextcloud/notes-android/pull/1680 Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c2b6de01..756b04dc 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -76,7 +76,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
// Nextcloud SSO
- implementation 'com.github.nextcloud.android-common:ui:0.7.0'
+ implementation 'com.github.nextcloud.android-common:ui:0.8.0'
implementation 'com.github.nextcloud:Android-SingleSignOn:0.6.1'
implementation 'com.github.stefan-niedermann:android-commons:0.2.9'
implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.6.4'