Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
梁任彦 committed Jun 7, 2018
2 parents 7491c33 + 010a351 commit 58d798f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ Android图片选择器,仿微信的图片选择器的样式和效果。支持
repositories {
...
maven { url 'https://jitpack.io' }
// 如果你使用的是1.4.0或更早的版本,这句可以不用。
maven { url 'https://maven.google.com' }
}
}
```
在Module的build.gradle在添加以下代码

```
compile 'com.github.donkingliang:ImageSelector:1.4.0'
compile 'com.github.donkingliang:ImageSelector:1.5.0'
```
1.5.0版本中使用了Glide 4.x的版本,由于Glide 3.x版本和4.x版本在使用上有所差异,如果你的项目使用了Glide 3.x版本,而又不想升级到4.x,那么你也可以使用ImageSelector:1.4.0版本,它和1.5.0版本之间只是Glide版本的差异而已。

**2、配置AndroidManifest.xml**
```xml
//储存卡的读取权限
Expand Down

0 comments on commit 58d798f

Please sign in to comment.