feat:升级Room版本

This commit is contained in:
Max
2023-11-23 16:53:56 +08:00
parent c4eacb63d9
commit 9cacea3ef4

View File

@@ -83,10 +83,10 @@ dependencies {
// provide okhttp to connect to backend
implementation 'com.liulishuo.okdownload:okhttp:1.0.4'
// Room
api 'androidx.room:room-runtime:2.3.0'
annotationProcessor 'androidx.room:room-compiler:2.3.0'
api 'androidx.room:room-runtime:2.5.1'
annotationProcessor 'androidx.room:room-compiler:2.5.1'
// RxJava support for Room
api 'androidx.room:room-rxjava2:2.3.0'
api 'androidx.room:room-rxjava2:2.5.1'
//firebase推送、统计
// implementation 'com.google.firebase:firebase-messaging:23.1.1'