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:
authorAndy Scherzinger <info@andy-scherzinger.de>2023-05-16 18:58:28 +0300
committerGitHub <noreply@github.com>2023-05-16 18:58:28 +0300
commite7eb988984a5f9c52ff4c7466585f94c0031a685 (patch)
treefc5ac0c0bbe1687b3467963bad6cccf6ee85d310
parentf900ec73c88fb4442ef28f7c07beba06e1b7bdff (diff)
parentd32acf871f6c40af7c3c1fd0832b1c4500f78048 (diff)
Merge pull request #1795 from nextcloud/dependabot/gradle/com.github.nextcloud.android-common-ui-0.10.0
build(deps): Bump com.github.nextcloud.android-common:ui from 0.8.0 to 0.10.0
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c0edb3f3..4176a55e 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.8.0'
+ implementation 'com.github.nextcloud.android-common:ui:0.10.0'
implementation 'com.github.nextcloud:Android-SingleSignOn:0.7.0'
implementation 'com.github.stefan-niedermann:android-commons:0.2.9'
implementation "com.github.stefan-niedermann.nextcloud-commons:sso-glide:$commonsVersion"