Skip to content

Commit af97276

Browse files
committed
temp
1 parent 995536e commit af97276

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

basiclib/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ dependencies {
2929
compile 'com.android.support:appcompat-v7:26.+'
3030
testCompile 'junit:junit:4.12'
3131
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")
32+
compile ('com.github.mqzhangw:JIMU:componentlib-1.3.1',{
33+
exclude group: 'com.android.support', module: 'appcompat-v7'
34+
})
35+
// compile project(":componentlib")
3636
}
3737

0 commit comments

Comments
 (0)