Browse Source

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

Build(deps): Bump com.github.nextcloud.android-common:ui from 0.4.0 to 0.5.0
Andy Scherzinger 2 years ago
parent
commit
7a2a67dfb5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -37,7 +37,7 @@ apply plugin: 'kotlinx-serialization'
 
 android {
     compileSdkVersion 32
-    buildToolsVersion '33.0.1'
+    buildToolsVersion '33.0.2'
 
     namespace 'com.nextcloud.talk'
 
@@ -311,7 +311,7 @@ dependencies {
 
     // implementation 'androidx.activity:activity-ktx:1.4.0'
 
-    implementation 'com.github.nextcloud.android-common:ui:0.4.0'
+    implementation 'com.github.nextcloud.android-common:ui:0.5.0'
 }
 
 task installGitHooks(type: Copy, group: "development") {