mirror of
https://github.com/pppscn/SmsForwarder
synced 2024-11-04 06:00:11 +00:00
升级:androidx.room 版本到 2.4.3
This commit is contained in:
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…
Reference in New Issue
Block a user