sendtion / XRichText

一个Android富文本类库,支持图文混排,支持编辑和预览,支持插入和删除图片。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glideapp依赖报错

protectedMan opened this issue · comments

commented

image
image

将glide升级成4.9试一试

implementation 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'

如果你的Glide版本在4.0以下,在依赖时加入排除语句:
exclude group: 'com.github.bumptech.glide
如果你的Glide版本在4.0以上,在依赖时可以加入排除语句,也可以直接使用库中的Glide版本。
如果发生错误,请Rebuild试试.