From be4d2d9ac1129398343e3c59b83757ad11adec16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 01:57:22 +0000 Subject: [PATCH] Build(deps): Bump com.github.nextcloud.android-common:ui Bumps [com.github.nextcloud.android-common:ui](https://github.com/nextcloud/android-common) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/nextcloud/android-common/releases) - [Commits](https://github.com/nextcloud/android-common/compare/0.7.0...0.8.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(-) diff --git a/app/build.gradle b/app/build.gradle index 966887160..02210e778 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -310,7 +310,7 @@ dependencies { // implementation 'androidx.activity:activity-ktx:1.4.0' - implementation 'com.github.nextcloud.android-common:ui:0.7.0' + implementation 'com.github.nextcloud.android-common:ui:0.8.0' } task installGitHooks(type: Copy, group: "development") {