소스 검색

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 {