From 0c83cbf0b8a301fb73a7e23cfabf19edb60a5f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:32:35 +0000 Subject: [PATCH] Bump ui from 0.1.0 to 0.2.0 Bumps ui from 0.1.0 to 0.2.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 6a2a46fb4..e8f434863 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -314,7 +314,7 @@ dependencies { // implementation 'androidx.activity:activity-ktx:1.4.0' - implementation 'com.github.nextcloud.android-common:ui:0.1.0' + implementation 'com.github.nextcloud.android-common:ui:0.2.0' } task installGitHooks(type: Copy, group: "development") {