[6.10.0][Fix]解决运行崩溃的问题
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user