From 572f202f1e7027f6f35f2f7c050e22e938461565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 02:36:18 +0000 Subject: [PATCH] Build(deps): Bump com.github.nextcloud.android-common:ui Bumps com.github.nextcloud.android-common:ui from 0.12.0 to 0.13.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 2dd133f563..d06be76343 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -307,7 +307,7 @@ dependencies { implementation 'androidx.activity:activity-ktx:1.8.1' - implementation 'com.github.nextcloud.android-common:ui:0.12.0' + implementation 'com.github.nextcloud.android-common:ui:0.13.0' implementation 'com.github.nextcloud-deps:android-talk-webrtc:110.5481.0' }