Skip to content
jschnapper edited this page Mar 19, 2019 · 11 revisions

Welcome to the ucbfpa-android wiki!

Updating the App

How to update the app for test users based on the testing framework

How to update DeployGate testers

  1. Pull changes into the deploy-gate branch
  2. git checkout deploy-gate
  3. Click the gradle tab in the top right area of Android Studio and then run the uploadDeployGateDebug teask, which should notify users of the update

How to update TestFairy testers

  1. Pull changes into the test-fairy branch
  2. git checkout test-fairy
  3. Click the TF upload button on the top of Android Studio. You may be prompted to enter the API key which can be found under the settings -> Upload API Key in the TestFairy account and choose testFairyDebug when asked for a "build target". The button looks like this:

Clone this wiki locally