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

fix(deps): update dependency androidx.datastore:datastore-core to v1.1.1
This commit is contained in:
Andy Scherzinger 2024-05-21 20:26:14 +02:00 committed by GitHub
commit 94d653b2c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -153,8 +153,8 @@ configurations.configureEach {
dependencies {
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.datastore:datastore-core:1.0.0'
implementation 'androidx.datastore:datastore-preferences:1.0.0'
implementation 'androidx.datastore:datastore-core:1.1.1'
implementation 'androidx.datastore:datastore-preferences:1.1.1'
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.6")
implementation fileTree(include: ['*'], dir: 'libs')

View file

@ -151,6 +151,7 @@
<trusting group="androidx.annotation"/>
<trusting group="androidx.camera"/>
<trusting group="androidx.core"/>
<trusting group="androidx.datastore"/>
<trusting group="androidx.lifecycle"/>
<trusting group="androidx.transition" name="transition" version="1.5.0"/>
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>