Update dependency androidx.datastore:datastore-preferences 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:53:23 +00:00 committed by Andy Scherzinger
parent 6e5755886e
commit f04f5a2b72
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -154,7 +154,7 @@ configurations.configureEach {
dependencies { dependencies {
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.1'
implementation 'androidx.datastore:datastore-preferences:1.0.0' implementation 'androidx.datastore:datastore-preferences:1.1.1'
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.6") detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.6")
implementation fileTree(include: ['*'], dir: 'libs') implementation fileTree(include: ['*'], dir: 'libs')