【发布时间】:2021-08-20 05:19:33
【问题描述】:
我正在尝试导入我正在创建的 android 库的子模块。该子模块称为progressbar
https://jitpack.io/#SomeKoder/Essentials/0.1.0
https://github.com/SomeKoder/Essentials
dependencies {
implementation 'com.github.SomeKoder:Essentials:0.1.0'
}
我已经尝试过这个和许多其他变体,但都没有成功。
dependencies {
implementation 'com.github.SomeKoder.Essentials:progressbar:0.1.0'
}
有人可以帮我弄清楚我做错了什么吗? 提前致谢
【问题讨论】:
标签: android import module jitpack