Skip to content

Commit e0f3f67

Browse files
committed
发布1.2.4
1 parent f3433e0 commit e0f3f67

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ FFmpeg.destroy()
251251
252252
| 版本 | 描述 |
253253
| --- | ---- |
254+
| [1.2.4][FFmpeg1.2.4] | 每次初始化更新FFmpeg **2021-6-29** |
254255
| [1.2.3][FFmpeg1.2.3] | 增加CPU架构 **2021-5-30** |
255256
| [1.2.2][FFmpeg1.2.2] | 修复任务偶尔不执行 **2019-8-15** |
256257
| [1.2.1][FFmpeg1.2.1] | 设置armeabi为默认的CPU架构 **2019-5-29** |
@@ -284,7 +285,8 @@ FFmpeg.destroy()
284285
285286
<!-- 版本 -->
286287
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
288290
[FFmpeg1.2.2]:https://bintray.com/veizhang/maven/ffmpeg/1.2.2
289291
[FFmpeg1.2.1]:https://bintray.com/veizhang/maven/ffmpeg/1.2.1
290292
[FFmpeg1.2.0]:https://bintray.com/veizhang/maven/ffmpeg/1.2.0

ext_bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
22
groupId = 'com.excellence'
3-
publishVersion = '1.2.3'
3+
publishVersion = '1.2.4'
44
desc = 'android执行FFmpeg命令'
55
website = 'https://github.com/VeiZhang/AndroidFFmpeg'
66
}

0 commit comments

Comments
 (0)