From 9054b529a2fe29a54d543698494bc702db4a696d Mon Sep 17 00:00:00 2001 From: Administrator <123> Date: Thu, 04 Nov 2021 02:40:04 +0000 Subject: [PATCH] 框架调整 --- app/build.gradle | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 26eb9ec..79380c7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,4 +42,17 @@ testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + //// 注意:分包之后不会有默认的Header和Footer需要手动添加!还是原来的三种方法! + implementation 'com.scwang.smart:refresh-layout-kernel:2.0.1' //核心必须依赖 + implementation 'com.scwang.smart:refresh-header-classics:2.0.1' //经典刷新头 + implementation 'com.github.d-max:spots-dialog:1.1@aar'//loading view + implementation 'com.google.code.gson:gson:2.8.6' + implementation 'com.ansen.http:okhttpencapsulation:1.0.1'//版本更新下载 + implementation 'com.squareup.okhttp3:okhttp:3.12.1' + implementation 'com.squareup.retrofit2:retrofit:2.3.0' + //RXjava和retrofit结合 + implementation 'com.squareup.retrofit2:adapter-rxjava2:2.2.0' + implementation 'com.google.android.material:material:1.4.0' + implementation 'com.github.bumptech.glide:glide:4.12.0' + implementation 'com.permissionx.guolindev:permissionx:1.2.2' //权限依赖 } \ No newline at end of file -- Gitblit v1.9.1