瀏覽代碼

build: use tag for common lib

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Álvaro Brey 2 年之前
父節點
當前提交
5643d3e095
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      app/build.gradle

+ 1 - 2
app/build.gradle

@@ -353,8 +353,7 @@ dependencies {
     // upon each update first test: new registration, receive push
     gplayImplementation "com.google.firebase:firebase-messaging:23.0.7"
 
-    // TODO change back to tag before merging
-    implementation 'com.github.nextcloud.android-common:ui:783c4b7f6a'
+    implementation 'com.github.nextcloud.android-common:ui:0.2.0'
 }
 
 configurations.all {