From 9cacea3ef44d37b2803bb2d779ffd49325fe9412 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 23 Nov 2023 16:53:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=8D=87=E7=BA=A7Room=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'