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

Build(deps): Bump com.github.nextcloud.android-common:ui from 0.7.0 to 0.8.0
This commit is contained in:
Andy Scherzinger 2023-04-11 10:57:57 +02:00 committed by GitHub
commit aefec4342b
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.7.0' implementation 'com.github.nextcloud.android-common:ui:0.8.0'
} }
task installGitHooks(type: Copy, group: "development") { task installGitHooks(type: Copy, group: "development") {