From 5387cbaca4fea6bbf055e7b284821699546eb7e9 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期三, 22 一月 2025 14:56:53 +0800
Subject: [PATCH] 1.视频播放兼容高低版本手机 2.优化工单icon 3.修复修改经纬度因js中添加了减少调用频率的代码导致的修改经纬度bug 4.修复了切换界面webView白屏的bug

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

diff --git a/app/build.gradle b/app/build.gradle
index e727076..fd2619d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -89,7 +89,7 @@
 }
 
 dependencies {
-
+    implementation project(':library')
     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 +152,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