Skip to content

Commit f17b9a8

Browse files
committed
use router-anno-1.0.1 in componentlib and release router-anno-compiler-1.0.1
1 parent 0ee9b88 commit f17b9a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

componentlib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ 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-anno1.0.1'
46+
// compile project(':router-annotation')
47+
compile 'com.github.mqzhangw:JIMU:router-anno-1.0.1'
4848
compile 'com.google.code.gson:gson:2.8.2'
4949

5050
}

0 commit comments

Comments
 (0)