update room version
This commit is contained in:
parent
7fa3f21e30
commit
987116e877
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user