Skip to content

Commit fcf22df

Browse files
authored
chore(android): missing dependnecies from POM again (#6584)
1 parent bc302d2 commit fcf22df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/scripts/publish-module.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ afterEvaluate {
3131

3232
// Two artifacts, the `aar` (or `jar`) and the sources
3333
if (project.plugins.findPlugin("com.android.library")) {
34-
artifact("$buildDir/outputs/aar/${project.getName()}-release.aar")
34+
from components.release
3535
} else {
3636
artifact("$buildDir/libs/${project.getName()}-${version}.jar")
3737
}

0 commit comments

Comments
 (0)