The release version is defined in the gradle.properties
file.
- Update the artifact version (
*_artifact_version
) in gradle.properties and commit the change to any branches other thanmaster
. - Create a PR from your working branch to
master
. - Review the PR carefully.
- Once the PR is merged to
master
, the CI server will deploy a release to JCenter and tag a release on Github.
- Deploy to Bintray and JCenter by running the following command:
./gradlew clean build ${module}:bintrayUpload
- Tag and submit the tag to GitHub, for example:
git tag vX.X.X
git push origin master --tag