Update dependency androidx.datastore:datastore-preferences to v1.1.4

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-06 04:28:59 +00:00 committed by GitHub
parent a6482870a4
commit 5c6e4480fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,7 +186,7 @@ dependencies {
implementation("androidx.compose.runtime:runtime:1.7.8") implementation("androidx.compose.runtime:runtime:1.7.8")
implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.datastore:datastore-core:1.1.4' implementation 'androidx.datastore:datastore-core:1.1.4'
implementation 'androidx.datastore:datastore-preferences:1.1.3' implementation 'androidx.datastore:datastore-preferences:1.1.4'
implementation 'androidx.test.ext:junit-ktx:1.2.1' implementation 'androidx.test.ext:junit-ktx:1.2.1'
implementation fileTree(include: ['*'], dir: 'libs') implementation fileTree(include: ['*'], dir: 'libs')