Skip to content

Commit 995536e

Browse files
committed
check router-anno-compiler-1.0.1 deps
1 parent 1270a7f commit 995536e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +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')
46+
// annotationProcessor project(':router-anno-compiler')
47+
annotationProcessor 'com.github.mqzhangw:JIMU:router-anno-compiler-1.0.1'
4748
}
4849

4950
combuild {

basiclib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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.github.mqzhangw:JIMU:componentlib:1.3.0',{
32+
// compile ('com.github.mqzhangw:JIMU:componentlib1.3.0',{
3333
// exclude group: 'com.android.support', module: 'appcompat-v7'
3434
// })
3535
compile project(":componentlib")

0 commit comments

Comments
 (0)