Skip to content

Commit

Permalink
Bump androidx.room:room-ktx from 2.6.0 to 2.6.1
Browse files Browse the repository at this point in the history
Bumps androidx.room:room-ktx from 2.6.0 to 2.6.1.

---
updated-dependencies:
- dependency-name: androidx.room:room-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kirillt committed Aug 29, 2024
1 parent aac28f1 commit 263966a
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 @@ -106,7 +106,7 @@ dependencies {
ksp "com.google.dagger:dagger-compiler:2.50"

implementation "androidx.room:room-runtime:2.6.0"
implementation "androidx.room:room-ktx:2.6.0"
implementation "androidx.room:room-ktx:2.6.1"
ksp "androidx.room:room-compiler:2.6.0"

implementation "androidx.datastore:datastore-preferences:1.0.0"
Expand Down

0 comments on commit 263966a

Please sign in to comment.