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