Merge pull request #4613 from nextcloud/renovate/androidx.datastore-datastore-core-1.x

Update dependency androidx.datastore:datastore-core to v1.1.2
This commit is contained in:
github-actions[bot] 2025-01-16 13:14:18 +00:00 committed by GitHub
commit 894c788ede
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -184,7 +184,7 @@ dependencies {
implementation("androidx.compose.runtime:runtime:1.7.6") implementation("androidx.compose.runtime:runtime:1.7.6")
implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.datastore:datastore-core:1.1.1' implementation 'androidx.datastore:datastore-core:1.1.2'
implementation 'androidx.datastore:datastore-preferences:1.1.1' implementation 'androidx.datastore:datastore-preferences:1.1.1'
implementation 'androidx.test.ext:junit-ktx:1.2.1' implementation 'androidx.test.ext:junit-ktx:1.2.1'
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.7") detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.7")