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
This commit is contained in:
Andy Scherzinger 2023-02-14 10:13:11 +01:00 committed by GitHub
commit 7a2a67dfb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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") {