|
@@ -69,25 +69,24 @@ android {
|
|
|
|
|
|
dependencies {
|
|
|
implementation fileTree(dir: "libs", include: ["*.jar"])
|
|
|
- implementation "androidx.appcompat:appcompat:1.2.0"
|
|
|
- implementation "androidx.core:core-ktx:1.3.2"
|
|
|
- implementation "androidx.constraintlayout:constraintlayout:2.0.4"
|
|
|
- implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
|
|
testImplementation "junit:junit:4.13.2"
|
|
|
androidTestImplementation "androidx.test:runner:1.3.0"
|
|
|
androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0"
|
|
|
+ implementation "androidx.appcompat:appcompat:1.3.1"
|
|
|
+ implementation "androidx.core:core-ktx:1.3.2"
|
|
|
+ implementation "androidx.constraintlayout:constraintlayout:2.0.4"
|
|
|
+ implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
|
|
implementation "androidx.recyclerview:recyclerview:1.2.0"
|
|
|
implementation "com.google.android.material:material:1.3.0"
|
|
|
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
|
|
|
implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
|
|
|
|
|
|
+ // ------------------------------网络请求-------------------------------------
|
|
|
implementation project(path: ":net")
|
|
|
implementation "com.squareup.okhttp3:okhttp:$okhttp_version"
|
|
|
-
|
|
|
- // ------------------------------配合Net使用的库-------------------------------------
|
|
|
- implementation "com.github.liangjingkanji:BRV:$brv_version" // 提供自动分页/缺省页/自动下拉刷新功能
|
|
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutine_version" // 协程基础库
|
|
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutine_version"
|
|
|
+ implementation "com.github.liangjingkanji:BRV:$brv_version" // 提供自动分页/缺省页/自动下拉刷新功能
|
|
|
implementation "com.github.chuckerteam.chucker:library:3.5.2" // 通知栏监听网络日志
|
|
|
|
|
|
|
|
@@ -99,7 +98,6 @@ dependencies {
|
|
|
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2"
|
|
|
|
|
|
// ------------------------------其他库-------------------------------------
|
|
|
- implementation "com.github.bumptech.glide:glide:$glide_version" // 图片加载库
|
|
|
implementation 'com.github.liangjingkanji:StatusBar:2.0.2' // 透明状态栏
|
|
|
implementation 'com.github.liangjingkanji:debugkit:1.3.0' // 开发调试窗口工具
|
|
|
implementation "com.github.liangjingkanji:Tooltip:1.2.1" // 吐司工具
|