gpt4 book ai didi

java - 无法解析 : com. github 受影响的模块

转载 作者:行者123 更新时间:2023-11-30 05:05:09 24 4
gpt4 key购买 nike

我喜欢在我的应用程序中包含一个日历。所以我尝试实现 Roboto 日历 View 。实现后:

 dependencies {

implementation 'com.github.marcohc:robotocalendarview:<release>'

}

和:

allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }

}
}

我收到错误:解析失败:com.github受影响的模块。我做错了什么?

最佳答案

   implementation  'com.github.marcohc:robotocalendarview:<release>'

在这里<release>表示当前可供下载的最新版本。这是3.6.1 .所以像这样改变你的依赖

implementation 'com.github.marcohc:robotocalendarview:3.6.1'

关于java - 无法解析 : com. github 受影响的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54704267/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com