Skip to content

Commit

Permalink
fix(deps): update dependency androidx.preference:preference-ktx to v1…
Browse files Browse the repository at this point in the history
….2.1 (#371)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 25, 2024
1 parent daa5ef4 commit 05175ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmode
androidx-room = { module = "androidx.room:room-ktx", version.ref = "room" }
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
androidx-preference = { module = "androidx.preference:preference-ktx", version = "1.2.0" }
androidx-preference = { module = "androidx.preference:preference-ktx", version = "1.2.1" }
google-material = { module = "com.google.android.material:material", version = "1.7.0" }
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt"}
hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt"}
Expand Down

0 comments on commit 05175ca

Please sign in to comment.