feat:调低material版本为1.6.1(aab转apks失败?)

This commit is contained in:
Max
2023-12-15 14:44:31 +08:00
parent 3cf3a59a3e
commit 09f7c47bea
2 changed files with 2 additions and 2 deletions

View File

@@ -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'