Skip to content

Commit

Permalink
upgrade glide to 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
junixapp committed Aug 13, 2019
1 parent 235e431 commit 33972ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions matisse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation "com.android.support:recyclerview-v7:${supportLibVersion}"
implementation "com.android.support:design:${supportLibVersion}"
implementation 'it.sephiroth.android.library.imagezoom:library:1.0.4'
compileOnly 'com.github.bumptech.glide:glide:4.8.0'
compileOnly 'com.github.bumptech.glide:glide:4.9.0'
compileOnly 'com.squareup.picasso:picasso:2.5.2'
implementation ('com.github.yalantis:ucrop:2.2.2'){
exclude group: 'com.android.support'
Expand All @@ -37,7 +37,7 @@ publish {
userOrg = 'li-xiaojun'
groupId = 'com.lxj'
artifactId = 'matisse'
publishVersion = '1.0.6'
publishVersion = '1.0.7'
repoName = 'jrepo'
desc = '图片,视频选择和裁剪库,知乎Matisse的增强版。'
website = 'https://github.com/li-xiaojun/Matisse'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void onClick(final View v) {
.addFilter(new GifSizeFilter(320, 320, 5 * Filter.K * Filter.K))
.originalEnable(true)
.maxSelectable(1)
.isCrop(true)
.isCrop(false)
.forResult(REQUEST_CODE_CHOOSE);
break;
case R.id.jumpCapture:
Expand Down

0 comments on commit 33972ed

Please sign in to comment.