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 (#5306)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 28, 2025
1 parent 4b99be4 commit 5cd252f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ dependencies {
implementation "com.patrykmichalik.opto:domain:$optoVersion"
implementation "com.patrykmichalik.opto:core:$optoVersion"
implementation "com.patrykmichalik.opto:compose:$optoVersion"
implementation "androidx.datastore:datastore-preferences:1.1.2"
implementation "androidx.datastore:datastore-preferences:1.1.3"
def retrofitVersion = "2.11.0"
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion"
implementation "com.squareup.retrofit2:converter-kotlinx-serialization:$retrofitVersion"
Expand Down

0 comments on commit 5cd252f

Please sign in to comment.