Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
REBOOTERS committed Oct 18, 2019
1 parent 6dc2b93 commit c077c0e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}
dependencies {
compile 'com.zhihu.android:matisse:$latest_version'
implementation 'com.zhihu.android:matisse:$latest_version'
}
```

Expand Down Expand Up @@ -93,16 +93,6 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
}
```

#### For Glide V4

To be honest,the library can't supply GlideEngine for Glide both v3 and v4 at the same time. (Anyone who
have good idea to achieve this. PR is welcomed)

GlideEngine with Glide v3 is default.

So if your project's glide version is 4.0+ ,then you must realize GlideEngine by yourself. More details
could refer with [Glide4Engine](https://github.com/zhihu/Matisse/blob/master/sample/src/main/java/com/zhihu/matisse/sample/Glide4Engine.java) in the sample.

#### More
Find more details about Matisse in [wiki](https://github.com/zhihu/Matisse/wiki).

Expand Down

0 comments on commit c077c0e

Please sign in to comment.