|
|
@ -57,7 +57,7 @@ dependencies { |
|
|
|
publish { |
|
|
|
publish { |
|
|
|
userOrg = 'xch168' // bintray.com用户名 |
|
|
|
userOrg = 'xch168' // bintray.com用户名 |
|
|
|
groupId = 'com.github.xch168' // jcenter上的路径 |
|
|
|
groupId = 'com.github.xch168' // jcenter上的路径 |
|
|
|
artifactId = 'FFmpeg-Invoker' // 项目名称 |
|
|
|
artifactId = 'ffmpeg-invoker' // 项目名称 |
|
|
|
publishVersion = '0.0.1' // 版本号 |
|
|
|
publishVersion = '0.0.1' // 版本号 |
|
|
|
desc = 'Invoker ffmpeg on Android' // 描述 |
|
|
|
desc = 'Invoker ffmpeg on Android' // 描述 |
|
|
|
website = 'https://github.com/xch168/FFmpeg-Invoker' // 项目地址 |
|
|
|
website = 'https://github.com/xch168/FFmpeg-Invoker' // 项目地址 |
|
|
|