Browse Source

Upse tag for common library

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Álvaro Brey 2 years ago
parent
commit
6d1636d46c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app/build.gradle

+ 1 - 2
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") {