answer from stackoverflow : link
compile (project(':Android-UndoBar')) {
exclude group: 'com.nineoldandroids', module: 'library'
// without or without this one
}
本文介绍如何在项目中正确配置Android-UndoBar依赖,并通过排除特定模块避免冲突。
answer from stackoverflow : link
compile (project(':Android-UndoBar')) {
exclude group: 'com.nineoldandroids', module: 'library'
// without or without this one
}
1615
2484
6701
8076

被折叠的 条评论
为什么被折叠?