Skip to content

Commit

Permalink
修改README
Browse files Browse the repository at this point in the history
  • Loading branch information
maning0303 committed Aug 13, 2019
1 parent 60b762b commit fcd2ca5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -32,7 +32,7 @@
#### 2.在app目录下的build.gradle中添加依赖
``` gradle
dependencies {
implementation 'com.github.maning0303:MNImageBrowser:V1.2.2'
implementation 'com.github.maning0303:MNImageBrowser:V1.2.3'
}
```

Expand Down Expand Up @@ -296,10 +296,11 @@
## 详情见Demo

## 版本记录:
##### 版本 V1.2.2:
##### 版本 V1.2.3:
1.修复8.0 fullscreen opaque activities can request orientation 错误(解决方案:主题设置8.0去掉下拉缩小效果,其他版本正常使用)
2.添加 下拉缩小效果 开关,可手动选择
3.PhotoView 引入源码,防止和应用冲突
4.优化代码,防止数据异常

##### 版本 V1.2.0:
1.修复已知Bug,防止关闭出现空指针异常和多次连续启动出现的异常
Expand Down

0 comments on commit fcd2ca5

Please sign in to comment.