编译 sugar ORM 时出错

Build error while compling sugar ORM

我正在尝试将 sugar ORM 编译为我的 application.But 它显示此构建错误。

Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve com.github.satyan:sugar:1.4.

我该如何解决?我是否遗漏了要在 gradle 中添加的任何其他内容?

您需要更改应用模块的 build.gradle 文件:

implementation 'com.github.satyan:sugar:1.4'

implementation 'com.github.satyan:sugar:1.5'

注意:您可能正在使用 compile。这是.

总能在 repo's page.

上看到当前版本