Skip to content

Commit

Permalink
chore(deps): update room_version to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and andrekir committed Oct 21, 2023
1 parent c489717 commit 179c176
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 @@ -156,7 +156,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-process:$lifecycle_version"

// Room
def room_version = '2.5.2'
def room_version = '2.6.0'
implementation "androidx.room:room-runtime:$room_version"
annotationProcessor "androidx.room:room-compiler:$room_version"
ksp "androidx.room:room-compiler:$room_version"
Expand Down

0 comments on commit 179c176

Please sign in to comment.