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
luck1991 committed Jun 13, 2017
2 parents 40f502a + 236982e commit e0ad65c
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

```
dependencies {
   compile 'com.github.LuckSiege:PictureSelectorLight:v2.0.2'
   compile 'com.github.LuckSiege:PictureSelectorLight:v2.0.1'
}
```
Expand Down Expand Up @@ -101,7 +101,7 @@ step 2.
<dependency>
  <groupId>com.github.LuckSiege</groupId>
  <artifactId>PictureSelectorLight</artifactId>
  <version>v2.0.2</version>
  <version>v2.0.1</version>
</dependency>
Expand Down Expand Up @@ -302,14 +302,7 @@ PictureSelector.create(MainActivity.this).externalPictureVideo(video_path);

# 更新日志:

###### 当前版本 v2.0.2
###### 修复三星低配手机在拍照时luban压缩时闪退问题
###### 修复弹出相册PopupWindow卡顿问题
###### 修复拍照内存不足导致activity被回收,拍照图片未选中问题
###### 修复部分手机拍照出现2张图片的问题
###### 修复部分已知bug

# 历史版本:
# 当前版本:

###### 版本 v2.0.1
###### 修复图片排序问题
Expand All @@ -318,6 +311,8 @@ PictureSelector.create(MainActivity.this).externalPictureVideo(video_path);
###### 修改启动动画
###### 移除isRemove() api

# 历史版本:

###### 版本 v2.0.0
###### PictureSelector 2.0 UI界面大改版
###### PictureSelector 2.0 新增全部模式查询 包括图片or视频
Expand Down

0 comments on commit e0ad65c

Please sign in to comment.