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 | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e727076..c28c784 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,7 +89,9 @@ } dependencies { - + 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' @@ -152,12 +154,12 @@ // 鍥剧墖鍘嬬缉 (鎸夐渶寮曞叆) implementation 'io.github.lucksiege:compress:v3.11.2' - // 鍥剧墖鏌ョ湅 - implementation('com.github.SherlockGougou:BigImageViewPager:androidx-8.1.3') { - exclude group: 'androidx.appcompat'; - exclude group: 'com.google.android.material'; - exclude group: 'androidx.core'; - } +// // 鍥剧墖鏌ョ湅 +// implementation('com.github.SherlockGougou:BigImageViewPager:androidx-8.1.3') { +// exclude group: 'androidx.appcompat'; +// exclude group: 'com.google.android.material'; +// exclude group: 'androidx.core'; +// } implementation "androidx.media3:media3-exoplayer:1.4.1" implementation "androidx.media3:media3-exoplayer-dash:1.4.1" -- Gitblit v1.8.0