我收到以下警告:
All com.android.support libraries must use the exact same version specification...
Run Code Online (Sandbox Code Playgroud)
我知道这意味着什么,但现在我陷入了如何轻松找出哪个依赖项确实包含冲突版本的问题。我想从它们中排除支持库,如下所示:
compile ('...') {
exclude group: 'android.support'
}
Run Code Online (Sandbox Code Playgroud)
但是我如何识别负责的依赖项呢?