From 87f7ee9c139adaa1088f54e904ac3ef62cebfeaa Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Fri, 20 Oct 2023 15:22:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=EF=BC=9A=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1487d3e0..8ccccd8a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -203,7 +203,7 @@ dependencies { implementation 'androidx.fragment:fragment-ktx:1.5.5' implementation "androidx.cardview:cardview:1.0.0" implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.preference:preference-ktx:1.2.0' + implementation 'androidx.preference:preference-ktx:1.2.1' //分包 implementation deps.androidx.multidex @@ -231,12 +231,12 @@ dependencies { //美团多渠道打包 //implementation 'com.meituan.android.walle:library:1.1.6' - def work_version = '2.8.0' + def work_version = '2.8.1' api("androidx.work:work-multiprocess:$work_version") api("androidx.work:work-runtime-ktx:$work_version") //Android Room - def room_version = '2.5.0' + def room_version = '2.5.2' implementation "androidx.room:room-ktx:$room_version" implementation "androidx.room:room-runtime:$room_version" implementation "androidx.room:room-paging:$room_version"