File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,9 @@ dependencies {
29
29
compile ' com.android.support:appcompat-v7:26.+'
30
30
testCompile ' junit:junit:4.12'
31
31
compile ' com.squareup.picasso:picasso:2.5.2'
32
- // compile 'com.luojilab.ddcomponent:componentlib:1.0.0'
32
+ // compile ('com.github.mqzhangw:JIMU:componentlib:1.3.0',{
33
+ // exclude group: 'com.android.support', module: 'appcompat-v7'
34
+ // })
33
35
compile project(" :componentlib" )
34
36
}
35
37
Original file line number Diff line number Diff line change @@ -44,7 +44,9 @@ dependencies {
44
44
})
45
45
testCompile ' junit:junit:4.12'
46
46
// compile project(':router-annotation')
47
- compile ' com.github.mqzhangw:JIMU:router-anno-1.0.1'
47
+ compile(' com.github.mqzhangw:JIMU:router-anno-1.0.1@jar' , {
48
+ exclude group : ' com.android.support'
49
+ })
48
50
compile ' com.google.code.gson:gson:2.8.2'
49
51
50
52
}
You can’t perform that action at this time.
0 commit comments