将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)
本文标题:AndroidX中Glide包兼容问题
本文链接:https://www.haomeiwen.com/subject/tsslmktx.html
网友评论