Generates AppFlow bundles with all relevant applications for development purposes.
In order to release a new bundle, follow these steps.
- Release the relevant versions of FPS, Developer Config Provider and pos-android-sdk as required
- Update
gradle.propertiesin this repo with the relevant versions (Note:bundleVersionshould always be without any suffix) - Push to
main - Create and push tag, such as
v15for a final version, orv15-RC.1for an RC.
As the bundles contains a range of independently versioned components, the bundles themselves follow a very simple integer based count system, such as v1, v2 etc. For QA bundles, these are prefixed with an RC, v2-RC.1 etc.
Each official bundle should be bumped by 1.
See releases for a list of releases.