File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,8 +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')
47
- annotationProcessor ' com.github.mqzhangw:JIMU:router-anno-compiler-1.0.1'
46
+ annotationProcessor project(' :router-anno-compiler' )
47
+ // annotationProcessor 'com.github.mqzhangw:JIMU:router-anno-compiler-1.0.1'
48
48
}
49
49
50
50
combuild {
Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ dependencies {
43
43
exclude group : ' com.android.support' , module : ' support-annotations'
44
44
})
45
45
testCompile ' junit:junit:4.12'
46
- // compile project(':router-annotation')
47
- compile(' com.github.mqzhangw:JIMU:router-anno-1.0.1@jar' , {
48
- exclude group : ' com.android.support'
49
- })
46
+ compile project(' :router-annotation' )
47
+ // compile('com.github.mqzhangw:JIMU:router-anno-1.0.1@jar', {
48
+ // exclude group: 'com.android.support'
49
+ // })
50
50
compile ' com.google.code.gson:gson:2.8.2'
51
51
52
52
}
You can’t perform that action at this time.
0 commit comments