Skip to content

How to release an update

David Vavra edited this page Jan 8, 2016 · 6 revisions
  • change SNAPSHOT version to stable, commit it
  • run ./gradlew clean build generateRelease
  • gradle will output path of the zip file
  • login to Bintray, go to repository (ask @destil for permissions)
  • add new version, upload the ZIP file, check 'Explode this archive'
  • click Publish and it will be in jcenter immediately!
  • test it out with some production app
  • release demo app to Google Play, account Avast Labs
  • Push it to git
  • create GitHub release - creates tag and write changelog
  • push new commit where you change version to SNAPSHOT and increase versionCode
  • change documentation regarding new API changes
  • tweet about it, write to G+
Clone this wiki locally