File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ FFmpeg.destroy()
251
251
252
252
| 版本 | 描述 |
253
253
| --- | ---- |
254
+ | [1.2.4][FFmpeg1.2.4] | 每次初始化更新FFmpeg **2021-6-29** |
254
255
| [1.2.3][FFmpeg1.2.3] | 增加CPU架构 **2021-5-30** |
255
256
| [1.2.2][FFmpeg1.2.2] | 修复任务偶尔不执行 **2019-8-15** |
256
257
| [1.2.1][FFmpeg1.2.1] | 设置armeabi为默认的CPU架构 **2019-5-29** |
@@ -284,7 +285,8 @@ FFmpeg.destroy()
284
285
285
286
<!-- 版本 -->
286
287
287
- [FFmpeg1.2.2]:https://bintray.com/veizhang/maven/ffmpeg/1.2.3
288
+ [FFmpeg1.2.4]:https://bintray.com/veizhang/maven/ffmpeg/1.2.4
289
+ [FFmpeg1.2.3]:https://bintray.com/veizhang/maven/ffmpeg/1.2.3
288
290
[FFmpeg1.2.2]:https://bintray.com/veizhang/maven/ffmpeg/1.2.2
289
291
[FFmpeg1.2.1]:https://bintray.com/veizhang/maven/ffmpeg/1.2.1
290
292
[FFmpeg1.2.0]:https://bintray.com/veizhang/maven/ffmpeg/1.2.0
Original file line number Diff line number Diff line change 1
1
ext {
2
2
groupId = ' com.excellence'
3
- publishVersion = ' 1.2.3 '
3
+ publishVersion = ' 1.2.4 '
4
4
desc = ' android执行FFmpeg命令'
5
5
website = ' https://github.com/VeiZhang/AndroidFFmpeg'
6
6
}
You can’t perform that action at this time.
0 commit comments