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 995536e commit af97276Copy full SHA for af97276
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:componentlib1.3.0',{
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