feat:调低material版本为1.6.1(aab转apks失败?)
This commit is contained in:
@@ -9,7 +9,7 @@ dependencies {
|
||||
api project(path: ":libs:lib_utils")
|
||||
|
||||
api 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
api 'com.google.android.material:material:1.8.0'
|
||||
api 'com.google.android.material:material:1.6.1'
|
||||
api 'androidx.recyclerview:recyclerview:1.3.0'
|
||||
api 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2'
|
||||
api 'androidx.lifecycle:lifecycle-extensions:2.2.0'
|
||||
|
@@ -41,7 +41,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.google.android.material:material:1.8.0'
|
||||
implementation 'com.google.android.material:material:1.6.1'
|
||||
implementation 'androidx.core:core-ktx:1.9.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
|
||||
|
Reference in New Issue
Block a user