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

Bump ui from 0.2.0 to 0.3.0
This commit is contained in:
Tim Krüger 2022-10-24 15:31:36 +02:00 committed by GitHub
commit f8fed56b70
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.2.0'
implementation 'com.github.nextcloud.android-common:ui:0.3.0'
}
task installGitHooks(type: Copy, group: "development") {