Merge pull request #2873 from nextcloud/bugfix/noid/toolbarIcons

Build(deps): Bump android-common from 0.6.0 to 0.7.0
This commit is contained in:
Andy Scherzinger 2023-03-18 08:49:02 +01:00 committed by GitHub
commit fad422216d
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 'androidx.activity:activity-ktx:1.4.0'
implementation 'com.github.nextcloud.android-common:ui:0.6.0' implementation 'com.github.nextcloud.android-common:ui:0.7.0'
} }
task installGitHooks(type: Copy, group: "development") { task installGitHooks(type: Copy, group: "development") {