File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ android {
43
43
dependencies {
44
44
compile project(' :componentservice' )
45
45
compile ' com.android.support.constraint:constraint-layout:1.0.2'
46
- annotationProcessor project(' :router-anno-compiler' )
46
+ // annotationProcessor project(':router-anno-compiler')
47
+ annotationProcessor ' com.github.mqzhangw:JIMU:router-anno-compiler-1.0.1'
47
48
}
48
49
49
50
combuild {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ 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.github.mqzhangw:JIMU:componentlib:1 .3.0',{
32
+ // compile ('com.github.mqzhangw:JIMU:componentlib1 .3.0',{
33
33
// exclude group: 'com.android.support', module: 'appcompat-v7'
34
34
// })
35
35
compile project(" :componentlib" )
You can’t perform that action at this time.
0 commit comments