Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilja committed Aug 12, 2016
1 parent fe6d2e0 commit 57715ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions videokit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ publishing {
publications {
maven(MavenPublication) {
groupId project.group
artifactId "video-kit-ffmpeg"
artifactId "videokit-release"
version project.version

artifact sourceJar
artifact("$buildDir/outputs/aar/video-kit-ffmpeg.aar")
artifact("$buildDir/outputs/aar/videokit-release.aar")

pom.withXml {
asNode().appendNode('description', 'Library for video processing based on FFmpeg.')
Expand Down

0 comments on commit 57715ce

Please sign in to comment.