We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc302d2 commit fcf22dfCopy full SHA for fcf22df
android/scripts/publish-module.gradle
@@ -31,7 +31,7 @@ afterEvaluate {
31
32
// Two artifacts, the `aar` (or `jar`) and the sources
33
if (project.plugins.findPlugin("com.android.library")) {
34
- artifact("$buildDir/outputs/aar/${project.getName()}-release.aar")
+ from components.release
35
} else {
36
artifact("$buildDir/libs/${project.getName()}-${version}.jar")
37
}
0 commit comments