【发布时间】:2019-02-15 07:10:29
【问题描述】:
我喜欢在我的应用中加入日历。所以我尝试实现 Roboto 日历视图。实施后:
dependencies {
implementation 'com.github.marcohc:robotocalendarview:<release>'
}
还有:
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}
我收到错误:无法解决:com.github 受影响的模块。我做错了什么?
【问题讨论】:
-
将实施 'com.github.marcohc:robotocalendarview:
' 更改为实施 'com.github.marcohc:robotocalendarview:3.6.1' 并重试。