We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee9b88 commit f17b9a8Copy full SHA for f17b9a8
componentlib/build.gradle
@@ -43,8 +43,8 @@ dependencies {
43
exclude group: 'com.android.support', module: 'support-annotations'
44
})
45
testCompile 'junit:junit:4.12'
46
- compile project(':router-annotation')
47
-// compile 'com.github.mqzhangw:JIMU:router-anno1.0.1'
+// compile project(':router-annotation')
+ compile 'com.github.mqzhangw:JIMU:router-anno-1.0.1'
48
compile 'com.google.code.gson:gson:2.8.2'
49
50
}
0 commit comments