feat:升级Room版本
This commit is contained in:
@@ -83,10 +83,10 @@ dependencies {
|
|||||||
// provide okhttp to connect to backend
|
// provide okhttp to connect to backend
|
||||||
implementation 'com.liulishuo.okdownload:okhttp:1.0.4'
|
implementation 'com.liulishuo.okdownload:okhttp:1.0.4'
|
||||||
// Room
|
// Room
|
||||||
api 'androidx.room:room-runtime:2.3.0'
|
api 'androidx.room:room-runtime:2.5.1'
|
||||||
annotationProcessor 'androidx.room:room-compiler:2.3.0'
|
annotationProcessor 'androidx.room:room-compiler:2.5.1'
|
||||||
// RxJava support for Room
|
// RxJava support for Room
|
||||||
api 'androidx.room:room-rxjava2:2.3.0'
|
api 'androidx.room:room-rxjava2:2.5.1'
|
||||||
|
|
||||||
//firebase推送、统计
|
//firebase推送、统计
|
||||||
// implementation 'com.google.firebase:firebase-messaging:23.1.1'
|
// implementation 'com.google.firebase:firebase-messaging:23.1.1'
|
||||||
|
Reference in New Issue
Block a user