chore(deps): update room_version to v2.6.0

This commit is contained in:
renovate[bot] 2023-10-20 22:39:36 +00:00 committed by Andre K
parent c489717ad1
commit 179c176baf

View file

@ -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"