Merge pull request #3245 from nextcloud/dependabot/gradle/androidx.preference-preference-ktx-1.2.1

Build(deps): Bump androidx.preference:preference-ktx from 1.2.0 to 1.2.1
This commit is contained in:
Andy Scherzinger 2023-08-10 10:59:01 +02:00 committed by GitHub
commit 1bb9faf1bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ configurations.all {
}
dependencies {
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'androidx.preference:preference-ktx:1.2.1'
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.1")
implementation fileTree(include: ['*'], dir: 'libs')