We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2976054 commit e835bf5Copy full SHA for e835bf5
app/build.gradle
@@ -102,8 +102,8 @@ dependencies {
102
//下拉刷新库注意刷新头SmartRefreshHeader版本最好对应尤其头版本不要低于SmartRefreshLayout版本
103
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-andx-14'
104
//Glide图片加载
105
- implementation 'com.github.bumptech.glide:glide:4.8.0'
106
- 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'
107
annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'
108
//以上库FastLib里使用compileOnly只是编译,使用时需根据项目选择相应版本
109
implementation 'cn.bingoogolapple:bga-banner:2.1.7@aar'
0 commit comments