Browse Source

feat: 💹 引入图表依赖

master
niushuai233 1 year ago
parent
commit
37ff8fd9b0
  1. 2
      app/build.gradle

2
app/build.gradle

@ -76,6 +76,8 @@ dependencies {
implementation 'com.github.li-xiaojun:EasyAdapter:1.2.9' implementation 'com.github.li-xiaojun:EasyAdapter:1.2.9'
// table layout // table layout
implementation 'io.github.h07000223:flycoTabLayout:3.0.0' implementation 'io.github.h07000223:flycoTabLayout:3.0.0'
//
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
// hutool // hutool
implementation 'cn.hutool:hutool-core:5.0.7' implementation 'cn.hutool:hutool-core:5.0.7'

Loading…
Cancel
Save