Skip to content

Commit

Permalink
revert deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leobert-lan committed Apr 17, 2018
1 parent c5a287a commit 56d620f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ android {
dependencies {
compile project(':componentservice')
compile 'com.android.support.constraint:constraint-layout:1.0.2'
// annotationProcessor project(':router-anno-compiler')
annotationProcessor 'com.github.mqzhangw:JIMU:router-anno-compiler-1.0.1'
annotationProcessor project(':router-anno-compiler')
// annotationProcessor 'com.github.mqzhangw:JIMU:router-anno-compiler-1.0.1'
}

combuild {
Expand Down
8 changes: 4 additions & 4 deletions componentlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
// compile project(':router-annotation')
compile('com.github.mqzhangw:JIMU:router-anno-1.0.1@jar', {
exclude group: 'com.android.support'
})
compile project(':router-annotation')
// compile('com.github.mqzhangw:JIMU:router-anno-1.0.1@jar', {
// exclude group: 'com.android.support'
// })
compile 'com.google.code.gson:gson:2.8.2'

}
Expand Down

0 comments on commit 56d620f

Please sign in to comment.