chore(deps): update room_version to v2.6.1

This commit is contained in:
renovate[bot] 2023-11-29 20:14:52 +00:00 committed by Andre K
parent 426d29389d
commit 29c436df0d

View file

@ -155,7 +155,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-process:$lifecycle_version"
// Room
def room_version = '2.6.0'
def room_version = '2.6.1'
implementation "androidx.room:room-runtime:$room_version"
annotationProcessor "androidx.room:room-compiler:$room_version"
ksp "androidx.room:room-compiler:$room_version"