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

Build(deps): Bump ui from 0.3.0 to 0.4.0
This commit is contained in:
Andy Scherzinger 2023-01-11 09:27:18 +01:00 committed by GitHub
commit 7d9996e6c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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