Update VERSION_NAME in gradle.properties Update version in README.md ./gradlew clean build signArchives uploadArchives git tag -a VERSION_NAME -m "Version VERSION_NAME" && git push && git push --tags