update room version

This commit is contained in:
Johannes Schmelz 2022-01-16 17:41:05 +01:00
parent 7fa3f21e30
commit 987116e877

View File

@ -58,7 +58,7 @@ dependencies {
}
dependencies {
def room_version = '2.4.0'
def room_version = "2.4.1"
implementation "androidx.room:room-runtime:$room_version"
annotationProcessor "androidx.room:room-compiler:$room_version"
@ -76,7 +76,7 @@ dependencies {
testImplementation "androidx.room:room-testing:$room_version"
// optional - Paging 3 Integration
implementation 'androidx.room:room-paging:2.4.0'
implementation "androidx.room:room-paging:$room_version"
}
dependencies {