This commit is contained in:
18142669586
2022-08-10 14:25:56 +08:00
parent 28cd3e5798
commit dfe1cb4500
8 changed files with 39 additions and 29 deletions

View File

@@ -3,12 +3,12 @@ ext {
dependencies = [
"appcompat-androidx" : 'androidx.appcompat:appcompat:1.0.2',
"recyclerview-androidx": 'androidx.recyclerview:recyclerview:1.0.0',
"design" : 'com.google.android.material:material:1.0.0',
"design" : 'com.google.android.material:material:1.0.0',
"cardview-androidx" : 'androidx.cardview:cardview:1.0.0',
"multidex" : 'androidx.multidex:multidex:2.0.0',
"okhttp" : 'com.squareup.okhttp3:okhttp:3.14.9',//okHttp网络请求
"okgo" : 'com.lzy.net:okgo:3.0.4',//OkGo 是对okHttp的封装
"okserver" : 'com.lzy.net:okserver:2.0.5',//OkGo上传下载扩展库
"multidex" : 'androidx.multidex:multidex:2.0.0',
"okhttp" : 'com.squareup.okhttp3:okhttp:3.14.9',//okHttp网络请求
"okgo" : 'com.lzy.net:okgo:3.0.4',//OkGo 是对okHttp的封装
"okserver" : 'com.lzy.net:okserver:2.0.5',//OkGo上传下载扩展库
"fastjson" : 'com.alibaba:fastjson:1.1.70.android',//fastJson解析json
"eventbus" : 'org.greenrobot:eventbus:3.0.0',//eventbus事件总线
"glide" : 'com.github.bumptech.glide:glide:4.9.0',//使用Glide加载图片