Skip to content

Commit e835bf5

Browse files
author
Aries Hoo²⁰¹⁹
authored
Update build.gradle
升级glide
1 parent 2976054 commit e835bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ dependencies {
102102
//下拉刷新库注意刷新头SmartRefreshHeader版本最好对应尤其头版本不要低于SmartRefreshLayout版本
103103
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-andx-14'
104104
//Glide图片加载
105-
implementation 'com.github.bumptech.glide:glide:4.8.0'
106-
annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
105+
implementation 'com.github.bumptech.glide:glide:4.10.0'
106+
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
107107
annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'
108108
//以上库FastLib里使用compileOnly只是编译,使用时需根据项目选择相应版本
109109
implementation 'cn.bingoogolapple:bga-banner:2.1.7@aar'

0 commit comments

Comments
 (0)