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 3a000dc commit 02e463fCopy full SHA for 02e463f
1 file changed
app/build.gradle
@@ -215,8 +215,8 @@ dependencies {
215
216
// 图片加载框架:https://github.com/bumptech/glide
217
// 官方使用文档:https://github.com/Muyangmin/glide-docs-cn
218
- implementation 'com.github.bumptech.glide:glide:4.16.0'
219
- annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
+ implementation 'com.github.bumptech.glide:glide:5.0.5'
+ annotationProcessor 'com.github.bumptech.glide:compiler:5.0.5'
220
221
// 沉浸式框架:https://github.com/gyf-dev/ImmersionBar
222
implementation 'com.geyifeng.immersionbar:immersionbar:3.2.2'
0 commit comments