Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
leobert-lan committed Apr 17, 2018
1 parent af97276 commit c5a287a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions basiclib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit c5a287a

Please sign in to comment.