diff --git a/app/build.gradle b/app/build.gradle index 5af4383..44ab81d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,6 +76,8 @@ dependencies { implementation 'com.github.li-xiaojun:EasyAdapter:1.2.9' // table layout 组件 implementation 'io.github.h07000223:flycoTabLayout:3.0.0' + // 图表 组件 + implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' // hutool 工具 implementation 'cn.hutool:hutool-core:5.0.7'