如何解决gradle依赖冲突?

时间:2019-11-11 09:39:07

标签: android gradle

构建错误:

Failed to resolve: a:a:0.1.0    
Failed to resolve: a:b:1.0.8

依赖性树如下:

app -> sdk1 -> a:a(0.1.0) -> a:b(1.0.8)
app -> sdk2 -> a:a(0.1.0) -> a:b(1.0.8)

我强制使用a:a:0.1.1和a:b:1.0.9版本

force 'sdk1:x.x.x'
force 'sdk2:x.x.x'
force 'sdk3:x.x.x'
force "a:a:0.1.1"
force "a:b:1.0.9"

+--- a:c:1.0.28 -> 1.0.67
|    +--- a:d:2.0.62 -> 2.1.37
|    |    +--- io.reactivex:rxandroid:1.2.1 (*)
|    |    +--- com.squareup.okhttp3:okhttp:3.8.0 -> 3.10.0 (*)
|    |    +--- a:e:0.8.5
|    |    |    +--- **a:b**:1.0.8 -> 1.0.9
|    |    |    \--- **a:a**:0.1.0 -> 0.1.1
|    |    |         \--- **a:b**:1.0.9

0 个答案:

没有答案