We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24bbf9 commit 1bd1be5Copy full SHA for 1bd1be5
.idea/codeStyles/Project.xml
README.md
@@ -13,6 +13,9 @@
13
| |  |
14
15
## 改动
16
+### v 1.1.3
17
+ - 修复视频模式下,录像界面文字提示错误
18
+ - 修复视频最大长度设置无效的问题 [#4](https://github.com/BzCoder/SmartMediaPicker/issues/4)
19
### v 1.1.2
20
- 只要在设置的时候withMaxImageSelectable(withMaxVideoSelectable)设置为0,就可以只显示视频(图片)
21
### v 1.1.1
@@ -46,7 +49,7 @@
46
49
47
50
48
51
dependencies {
- implementation 'com.github.BzCoder:SmartMediaPicker:1.1.2'
52
+ implementation 'com.github.BzCoder:SmartMediaPicker:1.1.3'
53
}
54
```
55
### 代码添加:
0 commit comments