Skip to content

Commit

Permalink
升级第三方框架依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
goldze committed Jul 16, 2021
1 parent da06fdc commit b6c7dcd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ ext {
"converter-gson" : "com.squareup.retrofit2:converter-gson:2.4.0",
"adapter-rxjava" : "com.squareup.retrofit2:adapter-rxjava2:2.4.0",
//glide图片加载
"glide" : "com.github.bumptech.glide:glide:4.8.0",
"glide-compiler" : "com.github.bumptech.glide:compiler:4.8.0",
"glide" : "com.github.bumptech.glide:glide:4.11.0",
"glide-compiler" : "com.github.bumptech.glide:compiler:4.11.0",
//json解析
"gson" : "com.google.code.gson:gson:2.8.5",
"gson" : "com.google.code.gson:gson:2.8.6",
//material-dialogs
"material-dialogs-core" : "com.afollestad.material-dialogs:core:0.9.4.5",
"material-dialogs-commons" : "com.afollestad.material-dialogs:commons:0.9.4.5",
"material-dialogs-core" : "com.afollestad.material-dialogs:core:0.9.6.0",
"material-dialogs-commons" : "com.afollestad.material-dialogs:commons:0.9.6.0",
//recyclerview的databinding套装
"bindingcollectionadapter" : "me.tatarka.bindingcollectionadapter2:bindingcollectionadapter:4.0.0",
"bindingcollectionadapter-recyclerview": "me.tatarka.bindingcollectionadapter2:bindingcollectionadapter-recyclerview:4.0.0",
Expand Down

0 comments on commit b6c7dcd

Please sign in to comment.