Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 221 Bytes

RELEASING.md

File metadata and controls

4 lines (4 loc) · 221 Bytes
  1. Update VERSION_NAME in gradle.properties
  2. Update version in README.md
  3. ./gradlew clean build signArchives uploadArchives
  4. git tag -a VERSION_NAME -m "Version VERSION_NAME" && git push && git push --tags