Explorar el Código

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 hace 2 años
padre
commit
f8fed56b70
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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") {