Переглянути джерело

Merge pull request #2521 from nextcloud/dependabot/gradle/com.github.nextcloud.android-common-ui-0.3.0

Bump ui from 0.2.0 to 0.3.0
Tim Krüger 2 роки тому
батько
коміт
f8fed56b70
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

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