From 3df944d30530be8dc0ea1cbe1ed4afc22eb160a5 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期四, 06 二月 2025 11:09:48 +0800 Subject: [PATCH] 1.添加数据更新功能,确保本地没有数据时再获取基础数据 2.地图界面上添加滚动功能的控件(部分功能) --- 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