From f87bac185049bd3b0e2fd256837c92804a7177f9 Mon Sep 17 00:00:00 2001 From: donghongyu Date: Thu, 10 Mar 2022 16:57:52 +0800 Subject: [PATCH] =?UTF-8?q?[Change]=20=E8=A7=A3=E5=86=B3=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=BF=87=E4=BD=8E=E4=BD=BFroom=E4=B8=AD=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=8D=8F=E7=A8=8B=E9=80=A0=E6=88=90=E7=BC=96=E8=AF=91=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: donghongyu --- config.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.gradle b/config.gradle index 6cf968ead5..24442788dd 100644 --- a/config.gradle +++ b/config.gradle @@ -121,16 +121,16 @@ ext { litezxing : "com.google.zxing:litezxing:1.0.29.8", // android - room - androidxroomruntime : "androidx.room:room-runtime:2.2.3", - androidxroomcompiler : "androidx.room:room-compiler:2.2.3", - androidxroomktx : "androidx.room:room-ktx:2.2.3", + androidxroomruntime : "androidx.room:room-runtime:2.4.2", + androidxroomcompiler : "androidx.room:room-compiler:2.4.2", + androidxroomktx : "androidx.room:room-ktx:2.4.2", // androidx-lifecycle-process - androidxlifecycleprocess : "androidx.lifecycle:lifecycle-process:2.4.0", - androidxlifecycleservice : "androidx.lifecycle:lifecycle-service:2.4.0", + androidxlifecycleprocess : "androidx.lifecycle:lifecycle-process:2.4.0", + androidxlifecycleservice : "androidx.lifecycle:lifecycle-service:2.4.0", // rxjava2 with room - roomRxjava : 'androidx.room:room-rxjava2:2.2.3', - circleimageview : "de.hdodenhof:circleimageview:3.0.1", + roomRxjava : 'androidx.room:room-rxjava2:2.4.2', + circleimageview : "de.hdodenhof:circleimageview:3.0.1", //plugin mogochainbase : "com.mogo.cloud:service-chain:${SERVICE_CHAIN_VERSION}",