diff --git a/core/build.gradle b/core/build.gradle index ac098b429..a4a6c15d7 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -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'