sendtion / XRichText

一个Android富文本类库,支持图文混排,支持编辑和预览,支持插入和删除图片。
1.76k stars 263 forks source link

Glideapp依赖报错 #52

Closed protectedMan closed 5 years ago

protectedMan commented 5 years ago

image image

liu12151407 commented 5 years ago

将glide升级成4.9试一试

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

sendtion commented 5 years ago

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