From b6bd6e468469a6a7adb34370addff0c73db75b6b Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Wed, 19 Feb 2025 11:08:08 +0800 Subject: [PATCH] =?UTF-8?q?[6.10.0][Fix]=E8=A7=A3=E5=86=B3=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E5=B4=A9=E6=BA=83=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 6 ------ .../src/main/res/layout/view_map_download_progress.xml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b13c097417..7fd93e04ef 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -172,12 +172,6 @@ repositories { } dependencies { - configurations { - all { - exclude group: 'androidx.lifecycle', module: 'lifecycle-viewmodel-ktx' - } - } - implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar']) implementation rootProject.ext.dependencies.androidxappcompat implementation rootProject.ext.dependencies.arouter diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_map_download_progress.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_map_download_progress.xml index 2ad3965732..c016d04338 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_map_download_progress.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_map_download_progress.xml @@ -23,7 +23,7 @@ android:layout_marginEnd="7dp" android:layout_marginBottom="10dp" android:progressDrawable="@drawable/pb_vertical_drawable" - android:progress="75" + android:progress="0" android:max="100" /> \ No newline at end of file