Skip to content

Commit

Permalink
chore(android): missing dependnecies from POM again (#6584)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole authored May 10, 2023
1 parent bc302d2 commit fcf22df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/scripts/publish-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ afterEvaluate {

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

0 comments on commit fcf22df

Please sign in to comment.