Skip to content

Instantly share code, notes, and snippets.

@iam111
Last active December 29, 2023 13:06
Show Gist options
  • Save iam111/cad99020a8fa73242fea92ef55f65ddf to your computer and use it in GitHub Desktop.
Save iam111/cad99020a8fa73242fea92ef55f65ddf to your computer and use it in GitHub Desktop.
For gradle 8 or higher
android {
publishing {
singleVariant('release') {
withSourcesJar() // you can remove this
withJavadocJar() // you can remove this
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment