Skip to content

Add -dev suffix to version and package name, use staging backend for debug builds

Robert Palm requested to merge rapl42/tc-frontend:add-flavors into master

Changes

  • Adds -DEV suffix to version name and .dev to application ID ("package name") for debug builds, allowing dev builds to be installed alongside the production app from the Play Store. The dev version of the app is listed as "tinyCampus DEV" in the app drawer.
  • For debug builds, the staging backend is now used automatically.
  • The production backend URL has been changed to https://api.tinycampus.de

Sources:

TODO

  • iOS support (see #156)

See #102 (closed)

Edited by Robert Palm

Merge request reports