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

Bump ui from 0.1.0 to 0.2.0
This commit is contained in:
Andy Scherzinger 2022-10-17 18:12:48 +02:00 committed by GitHub
commit 50e84780a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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