|
@@ -93,7 +93,7 @@ dependencies {
|
|
|
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.0"
|
|
|
|
|
|
// ------------------------------其他库-------------------------------------
|
|
|
- implementation "com.github.bumptech.glide:glide:$glide_version" // 提供下载图片功能
|
|
|
+ implementation "com.github.bumptech.glide:glide:$glide_version" // 图片加载库
|
|
|
implementation 'com.github.liangjingkanji:StatusBar:1.1.1' // 透明状态栏
|
|
|
implementation 'com.github.liangjingkanji:debugkit:1.2.11' // 开发调试窗口工具
|
|
|
implementation "com.github.liangjingkanji:Tooltip:1.1.2" // 吐司工具
|