将glide:glide4.8.0改为glide:glide4.9.0
implementation'com.github.bumptech.glide:glide:4.8.0'(Glide 低版本)
改后:
implementation'com.github.bumptech.glide:glide:4.9.0'(支持AndroidX)
implementation'com.github.bumptech.glide:glide:4.8.0'(Glide 低版本)
implementation'com.github.bumptech.glide:glide:4.9.0'(支持AndroidX)