Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Alpha Android Apps

Alpha Android Apps

Shipping Android Apps with with JIRA, Bitbucket and Bamboo

Steven Hadley

January 21, 2015
Tweet

More Decks by Steven Hadley

Other Decks in Programming

Transcript

  1. Let us deploy configuring gradle plugin configure google play create

    a testers alpha group publish apk, wait see in Google play download
  2. Fix the bug • Create a branch • Commit and

    push • Merge • Build • Deploy to Google Play • Alpha testers will get auto updates • Repeat
  3. Improve • The team will grow team ◦ Use forks

    and pull requests ◦ Code reviews • Use a release branch • Tagging • Auto deploy • Comprehensive Testing ◦ Emulator and device - Espresso (better) or Robotium ◦ JVM testing - Roboelectric ◦ BDD - jbehave and espresso • Auto version increments