Skip to content

Commit 1270a7f

Browse files
committed
fix bug : use deps via jitpack in componentlib
1 parent f17b9a8 commit 1270a7f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

basiclib/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ dependencies {
2929
compile 'com.android.support:appcompat-v7:26.+'
3030
testCompile 'junit:junit:4.12'
3131
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+
// })
3335
compile project(":componentlib")
3436
}
3537

componentlib/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ dependencies {
4444
})
4545
testCompile 'junit:junit:4.12'
4646
// 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+
})
4850
compile 'com.google.code.gson:gson:2.8.2'
4951

5052
}

0 commit comments

Comments
 (0)