From b6f46408cb3dc8b01051953e5c68de6c9195db60 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 23 一月 2025 10:15:46 +0800
Subject: [PATCH] 1.修复分水房点击屏幕不变蓝bug。 2.处理工单添加处理时间弹窗。
---
app/build.gradle | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
index e727076..2211ad5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -89,7 +89,8 @@
}
dependencies {
-
+ 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 +153,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