From 2ad2d5b50f7375fd156594ed66e88bbdfd25d44f Mon Sep 17 00:00:00 2001 From: niushuai233 Date: Mon, 17 Oct 2022 09:54:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BC=95=E5=85=A5hutool=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= 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 865b715..9b1d5b6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,4 +45,6 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + + implementation 'cn.hutool:hutool-all:5.8.8' } \ No newline at end of file