From 6d1636d46c3c62889a0d1345558ef6067c253345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Brey?= Date: Wed, 31 Aug 2022 16:58:55 +0200 Subject: [PATCH] Upse tag for common library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Brey --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6ff3d738e..91d4b6576 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -332,8 +332,7 @@ dependencies { // implementation 'androidx.activity:activity-ktx:1.4.0' - // TODO substitute for tag after first common release - implementation 'com.github.nextcloud.android-common:ui:999ac56111a93bfbedf98b4d01de286d0ed03c5b' + implementation 'com.github.nextcloud.android-common:ui:0.1.0' } task installGitHooks(type: Copy, group: "development") {