升级:androidx.room 版本到 2.4.3

pull/208/head
pppscn 2 years ago
parent 2e34c797ad
commit 64b8f498ef

@ -221,7 +221,7 @@ dependencies {
api("androidx.work:work-runtime-ktx:2.7.1")
//Android Room
def room_version = '2.4.2'
def room_version = '2.4.3'
implementation "androidx.room:room-ktx:$room_version"
implementation "androidx.room:room-runtime:$room_version"
implementation "androidx.room:room-paging:$room_version"

Loading…
Cancel
Save