Skip to content

Commit 56d620f

Browse files
committed
revert deps
1 parent c5a287a commit 56d620f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ android {
4343
dependencies {
4444
compile project(':componentservice')
4545
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'
4848
}
4949

5050
combuild {

componentlib/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ dependencies {
4343
exclude group: 'com.android.support', module: 'support-annotations'
4444
})
4545
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+
// })
5050
compile 'com.google.code.gson:gson:2.8.2'
5151

5252
}

0 commit comments

Comments
 (0)