|
|
|
|
@ -41,15 +41,14 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
// AndroidX 核心依赖(整理后的顺序,避免重复)
|
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
|
|
|
implementation 'com.google.android.material:material:1.9.0'
|
|
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.3.2'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 统一的 Kotlin 依赖
|
|
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.20"
|
|
|
|
|
|
|
|
|
|
// 图片加载库
|
|
|
|
|
implementation 'com.github.bumptech.glide:glide:4.15.1'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 项目模块
|
|
|
|
|
implementation project(':mainnavigatetabbar')
|
|
|
|
|
|