We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fe2f6 commit f357159Copy full SHA for f357159
1 file changed
README.md
@@ -13,6 +13,8 @@
13
| |  |
14
15
## 改动
16
+### v 1.1.2
17
+ - 只要在设置的时候withMaxImageSelectable(withMaxVideoSelectable)设置为0,就可以只显示视频(图片)
18
### v 1.1.1
19
- 修复内存泄漏问题
20
- 修复 withIsMirror 方法命名大小写问题
@@ -44,7 +46,7 @@
44
46
45
47
48
dependencies {
- implementation 'com.github.BzCoder:SmartMediaPicker:1.1.1'
49
+ implementation 'com.github.BzCoder:SmartMediaPicker:1.1.2'
50
}
51
```
52
### 代码添加:
0 commit comments