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 af97276 commit c5a287aCopy full SHA for c5a287a
basiclib/build.gradle
@@ -29,9 +29,9 @@ dependencies {
29
compile 'com.android.support:appcompat-v7:26.+'
30
testCompile 'junit:junit:4.12'
31
compile 'com.squareup.picasso:picasso:2.5.2'
32
- compile ('com.github.mqzhangw:JIMU:componentlib-1.3.1',{
33
- exclude group: 'com.android.support', module: 'appcompat-v7'
34
- })
35
-// compile project(":componentlib")
+// compile ('com.github.mqzhangw:JIMU:componentlib-1.3.1',{
+// exclude group: 'com.android.support', module: 'appcompat-v7'
+// })
+ compile project(":componentlib")
36
}
37
0 commit comments