Skip to content

Commit 74a5392

Browse files
committed
发布版本1.1.1
1 parent a091686 commit 74a5392

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AndroidFFmpegLibrary/bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ publish {
2828
userOrg = org
2929
groupId = 'com.excellence'
3030
artifactId = 'ffmpeg'
31-
publishVersion = '1.1.0'
31+
publishVersion = '1.1.1'
3232
desc = 'android执行FFmpeg命令'
3333
website = 'https://github.com/VeiZhang/FFmpegAndroid'
3434
licences = ['Apache-2.0']

config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ ext {
107107
// https://github.com/VeiZhang/AppStatistics
108108
"app-statistics" : "com.excellence:app-statistics:1.0.1",
109109
// https://github.com/VeiZhang/AndroidExec
110-
"exec" : "com.excellence:exec:1.1.0",
110+
"exec" : "com.excellence:exec:1.1.1",
111111
// https://github.com/VeiZhang/AndroidFFmpeg
112112
"ffmpeg" : "com.excellence:ffmpeg:1.1.0",
113113
// https://github.com/VeiZhang/ImageLoader

0 commit comments

Comments
 (0)