Skip to content

Commit

Permalink
Include javadoc and sources
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonfournier committed Jul 22, 2024
1 parent 78f047a commit 34bec1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion unleashandroidsdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ android {
}

publishing {
singleVariant("release")
singleVariant("release") {
withSourcesJar()
withJavadocJar()
}
}
}

Expand Down

0 comments on commit 34bec1f

Please sign in to comment.