升级登录SDK版本、降低material版本为1.6.1(避免转apks失败)

This commit is contained in:
max
2024-04-01 14:42:36 +08:00
parent 6e3c23b064
commit e9dbdb3637
2 changed files with 5 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'