bug report
Closed this issue · 2 comments
pengwei1024 commented
文档里面写的依赖路径貌似不太对
debugImplementation "com.xander.performance:perf:0.1.8"
提示找不到依赖,我在jcenter里面也找不到perf
https://jcenter.bintray.com/com/xander/performance/
真实路径应该是
dependencies {
debugImplementation "com.xander.performance:p-tool:0.1.8"
releaseImplementation "com.xander.performance:p-tool-noop:0.1.8"
}
xanderwang commented
嗯嗯 感谢指正 中间改了名字 忘记同步到 jcenter 了
xanderwang commented
已经同步到了 jcenter。这个问题先关闭了。