sendtion / XRichText

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

Duplicate jar entry [com/bumptech/glide/b.class] #47

Closed itzihao closed 5 years ago

itzihao commented 5 years ago
//富文本
implementation ('com.github.sendtion:XRichText:1.8') {
    exclude group: 'com.android.support'
    exclude group: 'com.github.bumptech.glide'
}
sendtion commented 5 years ago

如果你的项目中用的Glide是4.0以上版本,建议直接使用库中的,就不要排除掉了。

itzihao commented 5 years ago

感谢,完美解决修复了。