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