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
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-24 05:27:01 +0300
committerGitHub <noreply@github.com>2024-01-24 05:27:01 +0300
commit6ed5fbdf3939ea15cd3f03252c0d67a0f5c1b644 (patch)
tree7b2c920fa11209a2ab48fabc28a60e6ecad5a5cf
parentb0248e605a52cfb06d017e550d3433713b42173f (diff)
build(deps): Bump com.github.nextcloud.android-common:uidependabot/gradle/com.github.nextcloud.android-common-ui-0.14.0
Bumps com.github.nextcloud.android-common:ui from 0.13.0 to 0.14.0. --- updated-dependencies: - dependency-name: com.github.nextcloud.android-common:ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b291580d..3f8a3786 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -82,7 +82,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
// Nextcloud SSO
- implementation 'com.github.nextcloud.android-common:ui:0.13.0'
+ implementation 'com.github.nextcloud.android-common:ui:0.14.0'
implementation 'com.github.nextcloud:Android-SingleSignOn:1.0.0'
implementation 'com.github.stefan-niedermann:android-commons:1.0.0'
implementation "com.github.stefan-niedermann.nextcloud-commons:sso-glide:$commonsVersion"