From 308f7246edd4a8c86862235b64e3e5dc9be0cd01 Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Thu, 7 Dec 2023 19:22:18 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index d05a4be..c5ecb8f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,6 +35,8 @@ dependencies { compileOnly 'org.projectlombok:lombok:1.18.28' // https://mvnrepository.com/artifact/com.google.code.gson/gson implementation 'com.google.code.gson:gson:2.10' + // https://mvnrepository.com/artifact/com.jakewharton.timber/timber + implementation 'com.jakewharton.timber:timber:5.0.1' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.3.0'