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 a091686 commit 74a5392Copy full SHA for 74a5392
AndroidFFmpegLibrary/bintray.gradle
@@ -28,7 +28,7 @@ publish {
28
userOrg = org
29
groupId = 'com.excellence'
30
artifactId = 'ffmpeg'
31
- publishVersion = '1.1.0'
+ publishVersion = '1.1.1'
32
desc = 'android执行FFmpeg命令'
33
website = 'https://github.com/VeiZhang/FFmpegAndroid'
34
licences = ['Apache-2.0']
config.gradle
@@ -107,7 +107,7 @@ ext {
107
// https://github.com/VeiZhang/AppStatistics
108
"app-statistics" : "com.excellence:app-statistics:1.0.1",
109
// https://github.com/VeiZhang/AndroidExec
110
- "exec" : "com.excellence:exec:1.1.0",
+ "exec" : "com.excellence:exec:1.1.1",
111
// https://github.com/VeiZhang/AndroidFFmpeg
112
"ffmpeg" : "com.excellence:ffmpeg:1.1.0",
113
// https://github.com/VeiZhang/ImageLoader
0 commit comments