From 15f5680b532238290d0adf095a93e5af1c5f1203 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 07 二月 2025 17:14:57 +0800
Subject: [PATCH] 1.添加显示隐藏取水口、分水房功能 2.完善图例自定义控件功能和显示 3.处理工单添加选择时间功能
---
app/build.gradle | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
index fd2619d..c28c784 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -89,7 +89,9 @@
}
dependencies {
- implementation project(':library')
+ implementation project(':expand_button')
+ implementation(project(':library'))
+ implementation project(':date_time_picker')
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
--
Gitblit v1.8.0