6.7.0 - Alpha6 - 使用版本目录 (Version Catalogs) 集中管理 Gradle 依赖和插件版本

This commit is contained in:
SuperMonster003
2025-09-24 15:53:37 +08:00
parent e46a3bd15b
commit ef076d1cf8
11 changed files with 200 additions and 41 deletions

View File

@@ -39,8 +39,8 @@ repositories {
}
dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:support-annotations:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'me.zhanghai.android.materialprogressbar:library:1.4.2'
implementation libs.appcompat.v7
implementation libs.support.annotations
implementation libs.recyclerview.v7
implementation libs.materialprogressbar
}