VERSION_NAME in gradle.properties.hg commit -m 'vx.y.z', submit, land.VERSION_NAME to the next patch release and appending -SNAPSHOT, commit, land.In your ~/.gradle/gradle.properties, set: - SONATYPE_NEXUS_USERNAME, SONATYPE_NEXUS_PASSWORD (you can find these on https://oss.sonatype.org/#profile;User%20Token) - signing.secretKeyRingFile (to your secring.gpg) - signing.keyId (Check gpg --list-secret-keys) - signing.password
VERSION_NAME in gradle.properties.hg commit -m 'vx.y.z', submit, land../gradlew assembleRelease uploadArtifacts (Android uploads)../gradlew -b host.gradle assemble uploadArtifacts (Java-only uploads).VERSION_NAME to the next patch release and appending -SNAPSHOT, commit, land.