From d32acf871f6c40af7c3c1fd0832b1c4500f78048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 02:09:17 +0000 Subject: build(deps): Bump com.github.nextcloud.android-common:ui Bumps [com.github.nextcloud.android-common:ui](https://github.com/nextcloud/android-common) from 0.8.0 to 0.10.0. - [Release notes](https://github.com/nextcloud/android-common/releases) - [Commits](https://github.com/nextcloud/android-common/compare/0.8.0...0.10.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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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" -- cgit v1.2.3