From e3783b167f132005c7afcc4c10f9ab167806331d Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期二, 04 三月 2025 13:22:04 +0800 Subject: [PATCH] fix: 按天统计相关逻辑 --- app/build.gradle | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 82e8b39..75f7708 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -270,6 +270,7 @@ // 滚轮滑动控件级联 implementation 'com.contrarywind:Android-PickerView:4.1.9' - + //图形化 + implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' } \ No newline at end of file -- Gitblit v1.9.3