From 85a2d7f51a32cd747e27ab68bc8699a54419b6c7 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期一, 03 三月 2025 10:02: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