Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Release Procedure

nelenkov edited this page Feb 21, 2013 · 9 revisions

##Source code

  1. Edit res/raw/changelog.html
  2. Edit AndroidManifest.xml
  • update versionCode
  • update versionName
  1. Make sure res/values/private-strings.xml has the proper BugSense API key (NOT '00000000')
  2. Create signed .apk with the andlytics keystore
  3. Check .apk locally
  4. Create tag
  • via command line see help or $ git tag -a v2.x.x -m 'Release 2.x.x' && git push --tags
  • ToitoiseGit (right click "create tag")
  1. push tag to upstream repo (Andlytics master, you need to be a member of Andlytics Github organization in order to do that)

##Play Store

  1. Edit changelog for all languages
  2. Save .apk to Dropbox
  3. Update Screenshots if necessary
Clone this wiki locally