Merge pull request #2777 from nextcloud/chore/noid/androidCommon

bump android common to 0.6.0
This commit is contained in:
Andy Scherzinger 2023-02-16 12:23:50 +01:00 committed by GitHub
commit 490feefc8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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