浏览代码

Merge pull request #2777 from nextcloud/chore/noid/androidCommon

bump android common to 0.6.0
Andy Scherzinger 2 年之前
父节点
当前提交
490feefc8b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -311,7 +311,7 @@ dependencies {
 
     // implementation 'androidx.activity:activity-ktx:1.4.0'
 
-    implementation 'com.github.nextcloud.android-common:ui:0.5.0'
+    implementation 'com.github.nextcloud.android-common:ui:0.6.0'
 }
 
 task installGitHooks(type: Copy, group: "development") {