diff --git a/basiclib/build.gradle b/basiclib/build.gradle index ea70adc..922952b 100644 --- a/basiclib/build.gradle +++ b/basiclib/build.gradle @@ -29,9 +29,9 @@ dependencies { compile 'com.android.support:appcompat-v7:26.+' testCompile 'junit:junit:4.12' compile 'com.squareup.picasso:picasso:2.5.2' - compile ('com.github.mqzhangw:JIMU:componentlib-1.3.1',{ - exclude group: 'com.android.support', module: 'appcompat-v7' - }) -// compile project(":componentlib") +// compile ('com.github.mqzhangw:JIMU:componentlib-1.3.1',{ +// exclude group: 'com.android.support', module: 'appcompat-v7' +// }) + compile project(":componentlib") }