We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ef53a commit 8f86d46Copy full SHA for 8f86d46
1 file changed
README.md
@@ -17,6 +17,8 @@
17
| |  |
18
19
## 改动
20
+### v 1.1.6
21
+ - 修复录制时间过短闪退的BUG
22
### v 1.1.5
23
- 新增调整前置摄像头录像镜像问题
24
```groovy
@@ -61,7 +63,7 @@
61
63
62
64
65
dependencies {
- implementation 'com.github.BzCoder:SmartMediaPicker:1.1.5'
66
+ implementation 'com.github.BzCoder:SmartMediaPicker:1.1.6'
67
//如果需要启用前置摄像头录像镜像调整功能需要额外引用以下库
68
implementation'com.github.MasayukiSuda:Mp4Composer-android:v0.3.2'
69
}
0 commit comments