feat: 引入hutool依赖

This commit is contained in:
niushuai233 2022-10-17 09:54:10 +08:00
parent ee36d092a3
commit 2ad2d5b50f

View File

@ -45,4 +45,6 @@ dependencies {
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'cn.hutool:hutool-all:5.8.8'
} }