Browse Source

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

Build(deps): Bump com.github.nextcloud.android-common:ui from 0.5.0 to 0.6.0
Álvaro Brey 2 years ago
parent
commit
681dea98ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -367,7 +367,7 @@ dependencies {
     // upon each update first test: new registration, receive push
     gplayImplementation "com.google.firebase:firebase-messaging:23.1.1"
 
-    implementation 'com.github.nextcloud.android-common:ui:0.5.0'
+    implementation 'com.github.nextcloud.android-common:ui:0.6.0'
 
     implementation "androidx.room:room-runtime:$roomVersion"
     kapt "androidx.room:room-compiler:$roomVersion"