We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6d2e0 commit 57715ceCopy full SHA for 57715ce
1 file changed
videokit/build.gradle
@@ -16,11 +16,11 @@ publishing {
16
publications {
17
maven(MavenPublication) {
18
groupId project.group
19
- artifactId "video-kit-ffmpeg"
+ artifactId "videokit-release"
20
version project.version
21
22
artifact sourceJar
23
- artifact("$buildDir/outputs/aar/video-kit-ffmpeg.aar")
+ artifact("$buildDir/outputs/aar/videokit-release.aar")
24
25
pom.withXml {
26
asNode().appendNode('description', 'Library for video processing based on FFmpeg.')
0 commit comments