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") {