From cb660865a121d49ec0c5a7a1efe5ad98f1800fa6 Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Fri, 8 Dec 2023 20:55:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20build.gradle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c5ecb8f..52c59d6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,8 @@ dependencies { implementation 'com.google.code.gson:gson:2.10' // https://mvnrepository.com/artifact/com.jakewharton.timber/timber implementation 'com.jakewharton.timber:timber:5.0.1' - + // 添加 WorkManager 的依赖 + implementation "androidx.work:work-runtime:2.7.0" implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.3'