Bläddra i källkod

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

bump android common to 0.6.0
Andy Scherzinger 2 år sedan
förälder
incheckning
490feefc8b
1 ändrade filer med 1 tillägg och 1 borttagningar
  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") {