sendtion / XRichText

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

添加依赖报错 Could not find method com.github.sendtion:XRichText:1.3() for arguments #27

Closed DwayneZhang closed 6 years ago

DwayneZhang commented 6 years ago

添加依赖报错: Could not find method com.github.sendtion:XRichText:1.3() for arguments [build_b6pgu69wf5os8pm5iajy8i9w5$_run_closure2$_closure11@3dab5a15] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

依赖如下: implementation 'com.github.sendtion:XRichText:1.3' { exclude group: 'com.android.support' exclude group: 'com.github.bumptech.glide' }

环境: AS 3.1, distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

sendtion commented 6 years ago

implementation ('com.github.sendtion:XRichText:1.3') { exclude group: 'com.android.support' exclude group: 'com.github.bumptech.glide' }