feat:升级部分SDK版本

This commit is contained in:
Max
2023-11-27 17:03:31 +08:00
parent 4c80cda20a
commit d9c84e1ac7
9 changed files with 31 additions and 50 deletions

View File

@@ -41,9 +41,9 @@ android {
}
dependencies {
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
// aRouter
api 'com.alibaba:arouter-api:1.4.0'