[6.10.0][Fix]解决运行崩溃的问题

This commit is contained in:
chenfufeng
2025-02-19 11:08:08 +08:00
parent fed9d1d1b0
commit b6bd6e4684
2 changed files with 1 additions and 7 deletions

View File

@@ -172,12 +172,6 @@ repositories {
} }
dependencies { dependencies {
configurations {
all {
exclude group: 'androidx.lifecycle', module: 'lifecycle-viewmodel-ktx'
}
}
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar']) implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation rootProject.ext.dependencies.androidxappcompat implementation rootProject.ext.dependencies.androidxappcompat
implementation rootProject.ext.dependencies.arouter implementation rootProject.ext.dependencies.arouter

View File

@@ -23,7 +23,7 @@
android:layout_marginEnd="7dp" android:layout_marginEnd="7dp"
android:layout_marginBottom="10dp" android:layout_marginBottom="10dp"
android:progressDrawable="@drawable/pb_vertical_drawable" android:progressDrawable="@drawable/pb_vertical_drawable"
android:progress="75" android:progress="0"
android:max="100" android:max="100"
/> />
</merge> </merge>