From ec6193939600ca7930193b1d5942b1700baf9e06 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 21 二月 2025 09:20:15 +0800
Subject: [PATCH] 1.巡检记录列表页的实现 2.巡检记录地图展示路径的详情页。 3.处理巡检记录详情页因打开同一个网址导致的webView不显示问题。 4.实现地图页搜索后的地图跳转功能。 5.巡检记录详情页数据加载的优化,默认加载本地数据,当本地没有数据时从服务端获取数据。

---
 app/build.gradle |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index 2211ad5..1cef15e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -89,11 +89,13 @@
 }
 
 dependencies {
-    implementation project(':library')
+    implementation project(':expand_button')
+    implementation implementation(project(':bigimage_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'
+    implementation "androidx.activity:activity-ktx:1.7.1"
 //    testImplementation 'junit:junit:4.13.2'
 //    androidTestImplementation 'androidx.test.ext:junit:1.1.5'
 //    androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

--
Gitblit v1.8.0