Skip to content

Commit

Permalink
fix(deps): update dependency androidx.datastore:datastore-preferences…
Browse files Browse the repository at this point in the history
… to v1.1.3

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 26, 2025
1 parent 2c7edf1 commit 8833d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ dependencies {
implementation("androidx.compose.runtime:runtime:1.7.8")
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.datastore:datastore-core:1.1.3'
implementation 'androidx.datastore:datastore-preferences:1.1.2'
implementation 'androidx.datastore:datastore-preferences:1.1.3'
implementation 'androidx.test.ext:junit-ktx:1.2.1'

implementation fileTree(include: ['*'], dir: 'libs')
Expand Down

0 comments on commit 8833d27

Please sign in to comment.