Update library artifactId

master
徐灿辉 5 years ago
parent 8e4f76b2d3
commit 292a84e735
  1. 2
      library/build.gradle

@ -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' //

Loading…
Cancel
Save