Skip to content

Commit 57715ce

Browse files
author
Ilja
committed
Adjustments
1 parent fe6d2e0 commit 57715ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

videokit/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ publishing {
1616
publications {
1717
maven(MavenPublication) {
1818
groupId project.group
19-
artifactId "video-kit-ffmpeg"
19+
artifactId "videokit-release"
2020
version project.version
2121

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

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

0 commit comments

Comments
 (0)