Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
升级glide
  • Loading branch information
AriesHoo authored Oct 11, 2019
1 parent 2976054 commit e835bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ dependencies {
//下拉刷新库注意刷新头SmartRefreshHeader版本最好对应尤其头版本不要低于SmartRefreshLayout版本
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-andx-14'
//Glide图片加载
implementation 'com.github.bumptech.glide:glide:4.8.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
implementation 'com.github.bumptech.glide:glide:4.10.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'
//以上库FastLib里使用compileOnly只是编译,使用时需根据项目选择相应版本
implementation 'cn.bingoogolapple:bga-banner:2.1.7@aar'
Expand Down

0 comments on commit e835bf5

Please sign in to comment.