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.1
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 9cc381e commit 6e25047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.8.0")

implementation("androidx.datastore:datastore-preferences:1.0.0")
implementation("androidx.datastore:datastore-preferences:1.1.1")

// Retrofit
implementation("com.squareup.retrofit2:retrofit:2.9.0")
Expand Down

0 comments on commit 6e25047

Please sign in to comment.