From 64b8f498ef115e282236a27e510e959a771921b0 Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Mon, 1 Aug 2022 17:33:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=EF=BC=9Aandroidx.room=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=88=B0=202.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4a30ef05..7a32909f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -221,7 +221,7 @@ dependencies { api("androidx.work:work-runtime-ktx:2.7.1") //Android Room - def room_version = '2.4.2' + def room_version = '2.4.3' implementation "androidx.room:room-ktx:$room_version" implementation "androidx.room:room-runtime:$room_version" implementation "androidx.room:room-paging:$room_version"