Update dependency androidx.datastore:datastore-core to v1.1.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-05-21 15:51:54 +00:00 committed by Andy Scherzinger
parent 0b7b6455d5
commit 6e5755886e
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
2 changed files with 2 additions and 1 deletions

View file

@ -153,7 +153,7 @@ configurations.configureEach {
dependencies {
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.datastore:datastore-core:1.0.0'
implementation 'androidx.datastore:datastore-core:1.1.1'
implementation 'androidx.datastore:datastore-preferences:1.0.0'
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.6")

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"/>