类库引用方法更新

This commit is contained in:
ZhanGSKen
2025-04-02 20:23:01 +08:00
parent 2870ca911c
commit 4ea010ab21
2 changed files with 4 additions and 3 deletions

View File

@@ -49,7 +49,8 @@ dependencies {
// Android 类库
//api 'com.android.support:appcompat-v7:28.0.0'
api('com.android.support:appcompat-v7:28.0.0'){
exclude group: "com.android.support", module: "support-vector-drawable"
//exclude group: "com.android.support", module: "support-vector-drawable"
exclude group: "com.android.support:animated-vector-drawable:28.0.0"
}
// https://mvnrepository.com/artifact/com.android.support/support-compat
api 'com.android.support:support-compat:28.0.0' // 保留原有依赖(可选)